We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c929e0 commit cca226cCopy full SHA for cca226c
docs/src/docs/welcome/integrations.mdx
@@ -12,15 +12,13 @@ Install [plugin](https://plugins.jetbrains.com/plugin/12496-go-linter).
12
13
### Visual Studio Code
14
15
-The integration for golangci-lint v2 is currently in work in progress: [vscode-go#3732](https://github.com/golang/vscode-go/issues/3732).
16
-
17
Install the [extension](https://marketplace.visualstudio.com/items?itemName=golang.Go).
18
19
<details>
20
<summary style={{color: '#737380'}}>Recommended settings</summary>
21
22
```json
23
-"go.lintTool": "golangci-lint",
+"go.lintTool": "golangci-lint-v2",
24
"go.lintFlags": [
25
"--fast-only"
26
],
0 commit comments