better build
This commit is contained in:
parent
5360be5b0e
commit
3b279cec59
29
zig-ecs/.vscode/tasks.json
vendored
29
zig-ecs/.vscode/tasks.json
vendored
@ -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…
x
Reference in New Issue
Block a user