Skip to content

Commit

Permalink
Fix VSCode setting name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Jan 9, 2025
1 parent 12eaa30 commit 895aad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ If you want to use revive with Bazel, look at the [rules](https://github.com/atl

### Text Editors

- Support for VSCode via [vscode-go](https://code.visualstudio.com/docs/languages/go#_build-and-diagnose) by changing the `go.lintOnSave` setting to `revive`:
- Support for VSCode via [vscode-go](https://code.visualstudio.com/docs/languages/go#_build-and-diagnose) by changing the `go.lintTool` setting to `revive`:

```json
{
Expand Down

0 comments on commit 895aad5

Please sign in to comment.