diff --git a/settings.json b/settings.json index ac6fe4d..9cecc49 100644 --- a/settings.json +++ b/settings.json @@ -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 } }