Remove default build task from VS Code task configuration
This commit is contained in:
parent
d578bb422e
commit
e24868406c
|
@ -25,12 +25,7 @@
|
||||||
"label": "Build Debug",
|
"label": "Build Debug",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "zig build",
|
"command": "zig build",
|
||||||
|
"group": "build",
|
||||||
"group": {
|
|
||||||
"kind": "build",
|
|
||||||
"isDefault": true
|
|
||||||
},
|
|
||||||
|
|
||||||
"presentation": {
|
"presentation": {
|
||||||
"echo": true,
|
"echo": true,
|
||||||
"reveal": "always",
|
"reveal": "always",
|
||||||
|
|
Loading…
Reference in New Issue