Skip to content

Commit 23247d4

Browse files
authored
revert accidental change
1 parent c31b9dd commit 23247d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"go.lintTool": "golangci-lint",
9898
"go.lintFlags": ["--fast"],
9999
"go.lintOnSave": "package",
100-
"go.coverOnSave": false,
100+
"go.coverOnSave": true,
101101
// The codersdk is used by coderd another other packages extensively.
102102
// To reduce redundancy in tests, it's covered by other packages.
103103
"go.testFlags": ["-short", "-coverpkg=./.,github.com/coder/coder/codersdk"],

0 commit comments

Comments
 (0)