Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>vscode-api-linterNew to Visual Studio Code? Get it now.
vscode-api-linter

vscode-api-linter

Alex Sweet

|
391 installs
| (0) | Free
Integrates Gooogle's API linter with VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-api-linter README

VS Code extension that lints Protobuf files using the Google API Linter.

Requirements

Depends on the API linter being found in the PATH as api-linter or at the location specified by the api_linter.path setting. Installation instructions can be found here.

Extension Settings

This extension contributes the following settings:

Setting Default Description
api_linter.enabled true Enable/disable the linter
api_linter.path api-linter Path to the linter executable
api_linter.args [] String or string array of linter arguments. See api-linter --help for more information.

Credits

  • Google: gRPC, api-linter
  • protolint: This extension is mostly just an adaptation of their codebase.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft