chore: Update vscode config

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2024-12-20 04:01:33 +02:00
parent 3798ec0f58
commit f038f6110e
4 changed files with 32 additions and 148 deletions

View File

@ -4,7 +4,7 @@
{
"label": "launch-qemu",
"type": "shell",
"command": "make -j$(shell nproc) build && make -C ../ build_image && make -C ../ vscode_debug_only",
"command": "make -C ../ build && make -C ../ vscode_debug_only",
"isBackground": true,
"problemMatcher": [],
"group": {