Describe the bug*
The extension doesn't pick up api-linter v2.3.1 and displays an error message:
api-linter is not installed. Follow the instructions here: https://linter.aip.dev/#installation
To Reproduce*
Download api-linter v2.3.1 and make sure it's in the system's PATH and works via api-linter command.
Launch VS Code, open a .proto file, save it. The diagnostics doesn't appear, the error message is displayed.
Expected behavior*
The extension should work with api-linter v2.3.1 and add diagnostics for .proto files.
Platform*
Additional context
Somewhere between v2.0.0. and v2.3.1 the linter began to return exit code 0 instead of 2 for the command
* means required.
Describe the bug*
The extension doesn't pick up
api-linterv2.3.1 and displays an error message:To Reproduce*
Download
api-linterv2.3.1 and make sure it's in the system'sPATHand works viaapi-lintercommand.Launch VS Code, open a
.protofile, save it. The diagnostics doesn't appear, the error message is displayed.Expected behavior*
The extension should work with
api-linterv2.3.1 and add diagnostics for.protofiles.Platform*
Additional context
Somewhere between v2.0.0. and v2.3.1 the linter began to return exit code
0instead of2for the command* means required.