vscode-protolint
vscode-protolint copied to clipboard
A protobuf linter for visual studio code
Fixes relative path usage which was resolved to the user folder (~), (very unexpected behavior) This fix allows 3 cases for protolint.path config: - empty or default `protolint` (used as-is)...
issue: https://github.com/plexsystems/vscode-protolint/issues/38
Extension ignores the directories exclude settings. For example: - (1) - exclude file work ok - (2) - exclude directory not work 
I get this error after installing the extension and running the command: Command 'Protolint: Lint protobuf file' resulted in an error (command 'protolint.lint' not found) I have protolint in the...
Hello, I'd like to propose UI/UX improvals for users that have just installed the extension, or downloaded the protolint and have no softlink to the binary in the OS. Changelist:...
Steps: - Open a protobuf file with a warning for line X. - Delete some lines so that the document has less than X lines. Don't save the file. -...
This is reproduced both in 0.7.0 and 0.8.0. Steps: 1. Open a protobuf file with some contents. Linting problems are displayed, if any. 2. Make changes in the file, so...
Is it possible to use this extension to fix autofixable problems?
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
`protolint` supports `-config_path` and `-config_dir_path` I'd like to use them to have a global config file to use in all projects and configure in vscode's users setting