chore(settings): group Go settings together

This commit is contained in:
Jim Myhrberg
2025-06-11 09:57:57 +01:00
parent 203b49d372
commit a949191686

View File

@@ -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
}
}