Run test binary over manually invoking zig test in VS Code settings
This commit is contained in:
parent
074a62807b
commit
c91630d6da
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -44,7 +44,7 @@
|
|||||||
{
|
{
|
||||||
"label": "Test",
|
"label": "Test",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "zig test src/main.zig",
|
"command": "$(find zig-cache -name test) src/main.zig",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "test",
|
"kind": "test",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user