Skip to content

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

Notifications You must be signed in to change notification settings

sweetgiorni/vscode-api-linter

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published