From bfe60f1c0f316cc512dd61f82667e59b284d3271 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 13 Jul 2025 14:17:21 +0000 Subject: build: update toolchain --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index ebcd01a..0d379df 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,6 +3,7 @@ "configurations": [ { "name": "(gdb) QEMU", + "miDebuggerPath": "x86_64-pc-elf-gdb", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/build/bin/${input:build_type}/_kernel", -- cgit v1.2.3