From b0e9e00370cc61417316d3622459b6745349ffd2 Mon Sep 17 00:00:00 2001 From: lvlcn-t <75443136+lvlcn-t@users.noreply.github.com> Date: Sat, 26 Apr 2025 14:24:06 +0200 Subject: [PATCH] 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](https://github.com/golang/vscode-go/issues/3732#issuecomment-2805974456) issue comment. Signed-off-by: lvlcn-t <75443136+lvlcn-t@users.noreply.github.com> --- docs/src/docs/welcome/integrations.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/docs/welcome/integrations.mdx b/docs/src/docs/welcome/integrations.mdx index 747b7ee29e2d..03e6d7e8d57e 100644 --- a/docs/src/docs/welcome/integrations.mdx +++ b/docs/src/docs/welcome/integrations.mdx @@ -15,6 +15,8 @@ Both v1 and v2 versions are supported. Install the [extension](https://marketplace.visualstudio.com/items?itemName=golang.Go). +**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). +
Recommended settings for those who installed golangci-lint manually