15 lines
No EOL
307 B
JSON
15 lines
No EOL
307 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "zig-debug-build",
|
|
"type": "shell",
|
|
"command": "zig build"
|
|
},
|
|
{
|
|
"label": "zig-debug-test-build",
|
|
"type": "shell",
|
|
"command": "zig build test"
|
|
}
|
|
]
|
|
} |