diff --git a/agb/.vscode/launch.json b/.vscode/launch.json similarity index 86% rename from agb/.vscode/launch.json rename to .vscode/launch.json index 014e67ff..0b12af7d 100644 --- a/agb/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "gdb", "request": "attach", "name": "Attach to gdbserver", - "executable": "target/thumbv4t-none-eabi/debug/examples/chicken", + "executable": "agb/target/thumbv4t-none-eabi/debug/examples/chicken", "target": "127.0.0.1:2345", "remote": true, "cwd": "${workspaceRoot}",