mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(language/go): use gofumpt in gopls formatting
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user