From 9bffe3e01390022a18f7cbb1e686a2804afb5343 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Sun, 2 Mar 2025 23:33:28 +0000 Subject: [PATCH] chore(vscode): rename preLaunchTask from launch-qemu to QEMU Signed-off-by: EnderIce2 --- .vscode/launch.json | 10 +++++----- .vscode/tasks.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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": [