diff --git a/.vscode/launch.json b/.vscode/launch.json index 2312a38a..877e53be 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" }, ] } diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4ab9f812..0cee14be 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -124,7 +124,7 @@ } }, { - "label": "launch-qemu", + "label": "QEMU", "type": "shell", "command": "make", "args": [