From b8e6f16d6f40e401c666ac09e414da7157b06ab1 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 13 Dec 2020 23:18:35 -0800 Subject: [PATCH] cleaned --- zig-ecs/.vscode/tasks.json | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/zig-ecs/.vscode/tasks.json b/zig-ecs/.vscode/tasks.json index cbdbfd4..d85f599 100644 --- a/zig-ecs/.vscode/tasks.json +++ b/zig-ecs/.vscode/tasks.json @@ -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" - } - ], + ] }