Skip to content

Commit

Permalink
Fixed build task label
Browse files Browse the repository at this point in the history
  • Loading branch information
Srekel committed Feb 16, 2024
1 parent 5fc91c2 commit 525eee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "build",
"label": "buildDebug",
"type": "shell",
"command": "zig build --summary failures -freference-trace",
"group": "build",
Expand Down

0 comments on commit 525eee2

Please sign in to comment.