chore(vscode): rename preLaunchTask from launch-qemu to QEMU

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-02 23:33:28 +00:00
parent 84298fc4eb
commit 9bffe3e013
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A
2 changed files with 6 additions and 6 deletions

10
.vscode/launch.json vendored
View File

@ -32,7 +32,7 @@
"text": "source ${workspaceFolder}/../tools/.gdbinit"
}
],
"preLaunchTask": "launch-qemu"
"preLaunchTask": "QEMU"
},
{
"name": "Debug Kernel (x86)",
@ -65,7 +65,7 @@
"text": "source ${workspaceFolder}/../tools/.gdbinit"
}
],
"preLaunchTask": "launch-qemu"
"preLaunchTask": "QEMU"
},
{
"name": "Debug Kernel (arm64)",
@ -98,7 +98,7 @@
"text": "source ${workspaceFolder}/../tools/.gdbinit"
}
],
"preLaunchTask": "launch-qemu"
"preLaunchTask": "QEMU"
},
{
"name": "Debug Kernel (arm)",
@ -131,7 +131,7 @@
"text": "source ${workspaceFolder}/../tools/.gdbinit"
}
],
"preLaunchTask": "launch-qemu"
"preLaunchTask": "QEMU"
},
{
"type": "gdb",
@ -149,7 +149,7 @@
],
"internalConsoleOptions": "neverOpen",
"printCalls": false,
"preLaunchTask": "launch-qemu"
"preLaunchTask": "QEMU"
},
]
}

2
.vscode/tasks.json vendored
View File

@ -124,7 +124,7 @@
}
},
{
"label": "launch-qemu",
"label": "QEMU",
"type": "shell",
"command": "make",
"args": [