Skip to content

Releases: plexsystems/vscode-protolint

v0.8.0

30 Mar 21:19
v0.8.0
a301f38
Compare
Choose a tag to compare
  • Fixes an issue where the protolint.lint setting was not visible in the Settings section within VSCode.

npm audit

Full Changelog: v0.7.0...v0.8.0

v0.7.0

14 Mar 20:14
Compare
Choose a tag to compare

CHANGES

  • Add the protolint.path setting to allow for setting where the protolint binary lives.
  • No longer show an error dialog when a protolint config file cannot be found.
  • Respect nested protolint configuration files (use the protolint config closest to the proto file).

v0.6.0

02 Jun 21:59
dd2f327
Compare
Choose a tag to compare

ENHANCEMENTS

  • Better error handling for errors that propagate from the protolint binary. These will now be shown as an error window within VSCode.
  • Run the linter when a file is opened, in addition to when a file is saved.
  • Add protolint.lint as a command within VS Code.

v0.5.1

10 Oct 18:41
Compare
Choose a tag to compare

BUG FIXES

  • Resolve an issue that caused proto files that had a space in their path to not be linted. ( Thanks @Strandinator 🎉 )

v0.5.0

17 Aug 16:34
Compare
Choose a tag to compare

ENHANCEMENTS

v0.4.0

25 Jul 02:25
Compare
Choose a tag to compare

BUG FIX

  • Fix an issue where listing results would not be returned on Windows architectures

v0.3.0

21 Mar 22:06
Compare
Choose a tag to compare
  • Use the current workspace directory as the configuration directory when calling protolint

v0.2.0

30 Oct 14:41
Compare
Choose a tag to compare

Add proto to the list of activation events

v0.1.0

14 Jun 18:32
Compare
Choose a tag to compare

Initial release of vscode-protolint