mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
27 lines
475 B
JSON
27 lines
475 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "launch-qemu",
|
|
"type": "shell",
|
|
"command": "make -j$(shell nproc) build && make -C ../ build_image && make -C ../ vscode_debug_only",
|
|
"isBackground": true,
|
|
"problemMatcher": [],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"presentation": {
|
|
"reveal": "always",
|
|
"panel": "shared"
|
|
},
|
|
"options": {
|
|
"shell": {
|
|
"executable": "bash",
|
|
"args": ["-c"]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|