vscode-protolint icon indicating copy to clipboard operation
vscode-protolint copied to clipboard

A protobuf linter for visual studio code

Results 8 vscode-protolint issues
Sort by recently updated
recently updated
newest added

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 ![image](https://github.com/plexsystems/vscode-protolint/assets/38435980/49c60ff0-9762-496e-944b-1489609b8d7e)

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?

enhancement
help wanted