summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-17 13:52:56 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-17 13:52:56 +0200
commitb90bf44d37438096ca0928e08faa8799a8743023 (patch)
treed4d2b64ba4712b9ec25376c3b9ecb3edfe05000f /.vscode
parent6255220f5dd115619990f698044ffae36c3dfcf6 (diff)
Add install script and rulev0.1.1
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index d70ddec..5fc6380 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -24,7 +24,7 @@
"env": {
"GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}"
},
- "args": ["-x", "/tmp/xds-gdb.env", "-nx"],
+ "args": ["-x", "${workspaceRoot}/__config/gdb-on-target.ini", "-nx"],
"showLog": false
},
{