mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
chore(settings): update Go format tool to default, enable auto-update for tools, and add remote platform configurations
This commit is contained in:
@@ -546,7 +546,7 @@
|
||||
"testPackage": true,
|
||||
"fillStruct": true
|
||||
},
|
||||
"go.formatTool": "gofumpt",
|
||||
"go.formatTool": "default",
|
||||
"go.inlayHints.constantValues": true,
|
||||
"go.lintOnSave": "workspace",
|
||||
"go.lintTool": "golangci-lint-v2",
|
||||
@@ -556,12 +556,13 @@
|
||||
"-count=1"
|
||||
],
|
||||
"go.testTimeout": "90s",
|
||||
"go.toolsManagement.autoUpdate": false,
|
||||
"go.toolsManagement.autoUpdate": true,
|
||||
"go.useLanguageServer": true,
|
||||
"gopls": {
|
||||
"formatting.gofumpt": true,
|
||||
"ui.diagnostic.analyses": {
|
||||
"shadow": true
|
||||
"shadow": true,
|
||||
"appendclippe": true
|
||||
},
|
||||
"ui.diagnostic.staticcheck": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user