From e24868406cb848a826e9dd796bd7e6bc2d1c0ced Mon Sep 17 00:00:00 2001 From: kayomn Date: Mon, 24 Oct 2022 14:01:27 +0100 Subject: [PATCH] Remove default build task from VS Code task configuration --- .vscode/tasks.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index b5d8c38..0f3ff97 100755 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -25,12 +25,7 @@ "label": "Build Debug", "type": "shell", "command": "zig build", - - "group": { - "kind": "build", - "isDefault": true - }, - + "group": "build", "presentation": { "echo": true, "reveal": "always",