You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add note about golangci-lint v2 integration in Visual Studio Code
This commit adds a note to the docs about how to integrate
golangci-lint v2 with VS Code since the Go extension's stable
version does not support it yet.
For more information on this, you can refer to the linked
[vscode-go#3732](golang/vscode-go#3732 (comment))
issue comment.
Signed-off-by: lvlcn-t <[email protected]>
Copy file name to clipboardExpand all lines: docs/src/docs/welcome/integrations.mdx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Both v1 and v2 versions are supported.
15
15
16
16
Install the [extension](https://marketplace.visualstudio.com/items?itemName=golang.Go).
17
17
18
+
**Note:** To use golangci-lint v2, you may need to switch to the pre-release version of the extension: [vscode-go#3732](https://github.com/golang/vscode-go/issues/3732#issuecomment-2805974456).
19
+
18
20
<details>
19
21
<summarystyle={{color: '#737380'}}>Recommended settings for those who installed golangci-lint manually</summary>
0 commit comments