Mezzaluna/.vscode/tasks.json
Harrison DiAmbrosio cf7f397ed9 almost there
2025-10-19 20:23:46 -04:00

15 lines
No EOL
301 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "zig build",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}