summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-06-20 23:31:49 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-06-20 23:44:19 +0200
commitf95f219c20ec7d67b11c011dff84da74a7fd63de (patch)
treea3417b667a1bfa034f5189dc4404922db57e63a7 /.vscode/settings.json
parenta098df593027d6f68612e05c4317287520794a1a (diff)
Update GOPATH in VSCode project (now in gerrit)
xds-gdb sources was previously in github (github.com/iotbzh/xds-gdb) and then sources have been migrated into AGL gerrit (gerrit.automotivelinux.org/gerrit/src/xds/xds-gdb) So GOPATH must be change accordingly. Change-Id: Ibb62e63fe499d054b7deb171222b79e53d9f899e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 16b3a00..8c1f563 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,5 +1,8 @@
// Place your settings in this file to overwrite default and user settings.
{
+ // Specify GOPATH here to override the one that is set as environment variable. The inferred GOPATH from workspace root overrides this, if go.inferGopath is set to true.
+ "go.gopath": "${workspaceRoot}/../../../../../..",
+
// Configure glob patterns for excluding files and folders.
"files.exclude": {
"**/.tmp": true,