Files
bits-runner-builder/.vscode/tasks.json
2025-06-21 17:11:38 +09:00

14 lines
291 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Build Bits Runner Builder (Debug)",
"type": "cmake",
"command": "build",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}