mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
move launch.json to parent
This commit is contained in:
parent
efd89d2bde
commit
5bf6635153
|
@ -8,7 +8,7 @@
|
||||||
"type": "gdb",
|
"type": "gdb",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"name": "Attach to gdbserver",
|
"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",
|
"target": "127.0.0.1:2345",
|
||||||
"remote": true,
|
"remote": true,
|
||||||
"cwd": "${workspaceRoot}",
|
"cwd": "${workspaceRoot}",
|
Loading…
Reference in a new issue