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 c4de94c commit 9b54dc0Copy full SHA for 9b54dc0
.vscode/settings.json
@@ -2,4 +2,8 @@
2
"gopls": {
3
"formatting.gofumpt": true,
4
},
5
+ "go.alternateTools": {
6
+ "golangci-lint-v2": "${workspaceFolder}/.bin/golangci-lint",
7
+ },
8
+ "go.lintTool": "golangci-lint-v2",
9
}
0 commit comments