feat(language/go): tweak coverage settings

This commit is contained in:
Jim Myhrberg
2025-05-13 22:56:39 +01:00
parent e176cbc3fc
commit a46676bfff

View File

@@ -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",