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

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-02 23:33:28 +00:00
parent 84298fc4eb
commit 9bffe3e013
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"
},
]
}