better build

master
Mike 4 years ago
parent 5360be5b0e
commit 3b279cec59

@ -26,6 +26,21 @@
"clear": true
}
},
{
"label": "Pooooooooop",
"type": "shell",
"command": "zig build ${input:zigTarget}",
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"clear": true
}
},
{
"label": "Build and Run Project (release-fast)",
"type": "shell",
@ -101,5 +116,17 @@
"isDefault": true
}
},
]
],
"inputs": [
{
"id": "zigTarget",
"description": "choose which target to run",
"type": "pickString",
"options": [
"run",
"group_sort"
],
"default": "run"
}
],
}
Loading…
Cancel
Save