From 895aad5561552ec973b7eba3801e42902e20989e Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Thu, 9 Jan 2025 22:27:45 +0200 Subject: [PATCH] Fix VSCode setting name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 782f7273e..85418dc3e 100644 --- a/README.md +++ b/README.md @@ -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 {