chore(settings): update Go format tool to default, enable auto-update for tools, and add remote platform configurations

This commit is contained in:
2025-11-08 22:13:18 +00:00
parent 081dab851c
commit dee961f2cb

View File

@@ -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
},