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",