tiny_os/.vscode/tasks.json

17 lines
391 B
JSON

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