Files
bits-runner-builder/.vscode/tasks.json
Rafał Grodziński 0e62b4ed50 Buildable on ARM macOS
2025-06-04 11:08:26 +09:00

14 lines
287 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Build Bits Runner Builder",
"type": "shell",
"command": "./make.sh",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}