Remove default build task from VS Code task configuration

This commit is contained in:
kayomn 2022-10-24 14:01:27 +01:00
parent d578bb422e
commit e24868406c

7
.vscode/tasks.json vendored

@ -25,12 +25,7 @@
"label": "Build Debug",
"type": "shell",
"command": "zig build",
"group": {
"kind": "build",
"isDefault": true
},
"group": "build",
"presentation": {
"echo": true,
"reveal": "always",