mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
move launch.json to parent
This commit is contained in:
parent
efd89d2bde
commit
5bf6635153
|
@ -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}",
|
Loading…
Reference in a new issue