mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 23:44:31 +00:00
28 lines
450 B
JSON
28 lines
450 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "launch-qemu",
|
|
"type": "shell",
|
|
"command": "make -C ../ build && make -C ../ vscode_debug_only",
|
|
"isBackground": true,
|
|
"problemMatcher": [],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"presentation": {
|
|
"reveal": "always",
|
|
"panel": "shared"
|
|
},
|
|
"options": {
|
|
"shell": {
|
|
"executable": "bash",
|
|
"args": [
|
|
"-c"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |