Skip to content

Commit 63afe4a

Browse files
authored
docs: update "Text Editors" section (#1199)
* docs: update "Text Editors" section * Fix VSCode setting name
1 parent 4ba2c56 commit 63afe4a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,15 @@ If you want to use revive with Bazel, look at the [rules](https://github.com/atl
150150

151151
### Text Editors
152152

153-
- Support for VSCode in [vscode-go](https://github.com/Microsoft/vscode-go/pull/1699).
153+
- Support for VSCode via [vscode-go](https://code.visualstudio.com/docs/languages/go#_build-and-diagnose) by changing the `go.lintTool` setting to `revive`:
154+
155+
```json
156+
{
157+
"go.lintTool": "revive",
158+
}
159+
```
160+
154161
- Support for GoLand via [File Watchers](https://dev.to/s0xzwasd/configure-revive-go-linter-in-goland-2ggl).
155-
- Support for Atom via [linter-revive](https://github.com/morphy2k/linter-revive).
156162
- Support for vim via [dense-analysis/ale](https://github.com/dense-analysis/ale).
157163

158164
```vim

0 commit comments

Comments
 (0)