diff --git a/settings.json b/settings.json index 2734f7b..7d0738e 100644 --- a/settings.json +++ b/settings.json @@ -373,6 +373,12 @@ "coveredGutterStyle": "verticalblue", "uncoveredGutterStyle": "verticalyellow" }, + "go.disableConcurrentTests": true, + "go.editorContextMenuCommands": { + "testFile": true, + "testPackage": true, + "fillStruct": true + }, "go.formatTool": "gofumpt", "go.inlayHints.constantValues": true, "go.lintOnSave": "workspace", @@ -814,11 +820,5 @@ }, "workbench.action.focusActiveEditorGroup" ] - }, - "go.disableConcurrentTests": true, - "go.editorContextMenuCommands": { - "testFile": true, - "testPackage": true, - "fillStruct": true } }