mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 03:16:39 +00:00
feat(language/go): tweak coverage settings
This commit is contained in:
@@ -329,8 +329,11 @@
|
||||
"editor.tabSize": 4
|
||||
},
|
||||
"go-lines.lineLength": 120,
|
||||
"go.coverOnSingleTest": true,
|
||||
"go.coverShowCounts": true,
|
||||
"go.coverageDecorator": {
|
||||
"type": "gutter",
|
||||
"coveredGutterStyle": "verticalblue",
|
||||
"uncoveredGutterStyle": "verticalyellow"
|
||||
},
|
||||
"go.formatTool": "gofumpt",
|
||||
"go.inlayHints.constantValues": true,
|
||||
"go.lintOnSave": "workspace",
|
||||
|
||||
Reference in New Issue
Block a user