chore: Fix VSCode configuration to hide visual test overlay (#3994)

This made it impossible to code 😅
This commit is contained in:
Kyle Carberry
2022-09-11 10:50:50 -05:00
committed by GitHub
parent 522fde47dc
commit f5bbbdf638
+5
View File
@@ -157,6 +157,11 @@
"go.lintFlags": ["--fast"],
"go.lintOnSave": "package",
"go.coverOnSave": true,
"go.coverageDecorator": {
"type": "gutter",
"coveredGutterStyle": "blockgreen",
"uncoveredGutterStyle": "blockred"
},
// The codersdk is used by coderd another other packages extensively.
// To reduce redundancy in tests, it's covered by other packages.
// Since package coverage pairing can't be defined, all packages cover