chore: disable test on save in vscode (#10730)

This commit is contained in:
Dean Sheather
2023-11-16 22:27:08 +10:00
committed by GitHub
parent 10204ba829
commit c130f8d6d0

View File

@ -205,8 +205,6 @@
"files.insertFinalNewline": true,
"go.lintTool": "golangci-lint",
"go.lintFlags": ["--fast"],
"go.lintOnSave": "package",
"go.coverOnSave": true,
"go.coverageDecorator": {
"type": "gutter",
"coveredGutterStyle": "blockgreen",