mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(language/go): use golangci-lint-v2
This commit is contained in:
@@ -406,7 +406,7 @@
|
||||
"go.formatTool": "gofumpt",
|
||||
"go.inlayHints.constantValues": true,
|
||||
"go.lintOnSave": "workspace",
|
||||
"go.lintTool": "golangci-lint",
|
||||
"go.lintTool": "golangci-lint-v2",
|
||||
"go.testExplorer.packageDisplayMode": "nested",
|
||||
"go.testExplorer.showDynamicSubtestsInEditor": true,
|
||||
"go.testFlags": [
|
||||
|
||||
Reference in New Issue
Block a user