diff --git a/zig-ecs/.vscode/tasks.json b/zig-ecs/.vscode/tasks.json index dce0dbc..92abd77 100644 --- a/zig-ecs/.vscode/tasks.json +++ b/zig-ecs/.vscode/tasks.json @@ -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" + } + ], } \ No newline at end of file