From a94919168611246288ec088616698b779337d420 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 11 Jun 2025 09:57:57 +0100 Subject: [PATCH] chore(settings): group Go settings together --- settings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 } }