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