From 525eee2635e6e61946589ad7d98c8d4e4c14dc32 Mon Sep 17 00:00:00 2001 From: Anders Elfgren Date: Fri, 16 Feb 2024 19:21:17 +0100 Subject: [PATCH] Fixed build task label --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 8f54148..926f5ea 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ "version": "2.0.0", "tasks": [ { - "label": "build", + "label": "buildDebug", "type": "shell", "command": "zig build --summary failures -freference-trace", "group": "build",