tiny_os/.vscode/tasks.json
2024-04-24 21:27:35 +08:00

11 lines
217 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "build test",
"command": "./.vscode/prepare_test.sh",
"problemMatcher": []
}
]
}