X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-agent.git;a=blobdiff_plain;f=.vscode%2Fsettings.json;h=59cafea19558f858e43148def7ee5ade329688e3;hp=1eb0fa51eed50ebae1953eb95367eec8de7c6c7c;hb=247bb7c2db5f0d48178398599348249bf886ebbc;hpb=2d3f1be6a495143d7e82f6396a49dfff6cabc3e4 diff --git a/.vscode/settings.json b/.vscode/settings.json index 1eb0fa5..59cafea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,9 @@ { // 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}/../../../../../..", + "go.toolsEnvVars": { + "GO111MODULE": "on" + }, // The number of spaces a tab is equal to. This setting is overriden based on the file contents when `editor.detectIndentation` is on. "editor.tabSize": 4, // Insert spaces when pressing Tab. This setting is overriden based on the file contents when `editor.detectIndentation` is on. @@ -14,7 +17,6 @@ "files.exclude": { ".tmp": true, ".git": true, - "glide.lock": true, "vendor": true, "debug": true, "bin": true,