move launch.json to parent

This commit is contained in:
Corwin Kuiper 2021-05-20 07:25:51 +01:00
parent efd89d2bde
commit 5bf6635153

View file

@ -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}",