feat(language/go): use gofumpt in gopls formatting

This commit is contained in:
2025-06-11 04:07:14 +01:00
parent 4f7c759653
commit f4ad6b4bef

View File

@@ -379,6 +379,7 @@
],
"go.useLanguageServer": true,
"gopls": {
"formatting.gofumpt": true,
"ui.diagnostic.analyses": {
"shadow": true
},
@@ -808,5 +809,11 @@
},
"workbench.action.focusActiveEditorGroup"
]
},
"go.disableConcurrentTests": true,
"go.editorContextMenuCommands": {
"testFile": true,
"testPackage": true,
"fillStruct": true
}
}