mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(settings): group Go settings together
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user