tiny_os/.vscode/tasks.json

11 lines
217 B
JSON
Raw Normal View History

2024-04-24 20:15:25 +08:00
{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "build test",
"command": "./.vscode/prepare_test.sh",
"problemMatcher": []
}
]
}