From 820cc57824498745bdaea99b9f767eb4c334dce6 Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 7 Apr 2022 21:33:41 +0000 Subject: [PATCH] chore: remove testOnSave vs code setting --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6a808e277fb..0f6c055262a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,6 @@ "tabnine.experimentalAutoImports": true, "go.lintTool": "golangci-lint", "go.formatTool": "gofumports", - "go.testOnSave": true, "go.useLanguageServer": true, "[go.mod]": { "editor.formatOnSave": true,