Fix typo in VS Code debug configuration

This commit is contained in:
kayomn 2022-10-23 18:15:25 +01:00
parent 813df95e02
commit 16a9d62933
1 changed files with 1 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -27,7 +27,7 @@
"arguments": "main.zig", "arguments": "main.zig",
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"valuesFormatting": "parseText", "valuesFormatting": "parseText",
"preLaunchTask": "Build Test", "preLaunchTask": "Build Tests",
}, },
] ]
} }