X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-gdb.git;a=blobdiff_plain;f=.vscode%2Fsettings.json;fp=.vscode%2Fsettings.json;h=8c1f5636fbfa69556ff773a7ba5f6b1d80d5093c;hp=16b3a009d1e94635adcbb1d57fd7b7b111739064;hb=f95f219c20ec7d67b11c011dff84da74a7fd63de;hpb=a098df593027d6f68612e05c4317287520794a1a 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,