cleaned
This commit is contained in:
parent
5840b0709f
commit
b8e6f16d6f
31
zig-ecs/.vscode/tasks.json
vendored
31
zig-ecs/.vscode/tasks.json
vendored
@ -16,21 +16,6 @@
|
||||
"$gcc"
|
||||
],
|
||||
},
|
||||
{
|
||||
"label": "Build and Run Specific Target",
|
||||
"type": "shell",
|
||||
"command": "zig build ${input:zigTarget}",
|
||||
"problemMatcher": [
|
||||
"$gcc"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"presentation": {
|
||||
"clear": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Build and Run Project",
|
||||
"type": "shell",
|
||||
@ -133,19 +118,5 @@
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
],
|
||||
"inputs": [
|
||||
{
|
||||
"id": "zigTarget",
|
||||
"type": "command",
|
||||
"command": "zig.getTargets",
|
||||
// "description": "choose which target to run",
|
||||
// "type": "pickString",
|
||||
// "options": [
|
||||
// "run",
|
||||
// "group_sort"
|
||||
// ],
|
||||
// "default": "run"
|
||||
}
|
||||
],
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user