aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-18 18:01:27 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-18 18:01:27 +0100
commit6d17c864bad066fbb5400733dcaf918253f5973b (patch)
tree45597bd48e89fe5dda279bb36393a613e69e37cb
parent6c67543bed62904bfe591c1b0e9cc251ced67c09 (diff)
Fixed GOPATH setup while debugging in VSC
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--.vscode/launch.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 69944df..6f793c2 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -10,11 +10,10 @@
"host": "127.0.0.1",
"program": "${workspaceRoot}",
"env": {
- "GOPATH": "${workspaceRoot}/../../../..:${env:GOPATH}",
+ "GOPATH": "${workspaceRoot}/../../../../../..:${env:GOPATH}",
"WORKSPACE_ROOT": "${workspaceRoot}",
"XDS_DEBUG_MODE": "1",
"XDS_LOG_SILLY": "0",
- "ROOT_DIR": "${workspaceRoot}/../../../.."
},
"args": ["-log", "debug", "-c", "__agent-config_local_dev.json"],
"showLog": false