mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
chore: Fix VSCode configuration to hide visual test overlay (#3994)
This made it impossible to code 😅
This commit is contained in:
Vendored
+5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user