X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-cli.git;a=blobdiff_plain;f=.vscode%2Fsettings.json;h=3d73424b87e2e315ebedd95a2f1f8ebca5572762;hp=2dfc5d6d27d524390b323b9c482546e6f0086c73;hb=315cd5ce116475d41b63ddb86e8ab1134f32a9a8;hpb=e04e7c32699c4a456d436205da2d2ca99625eb38 diff --git a/.vscode/settings.json b/.vscode/settings.json index 2dfc5d6..3d73424 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. @@ -12,7 +15,6 @@ "files.exclude": { "**/.tmp": true, ".git": true, - "glide.lock": true, "vendor": true, "debug": true, "bin": true, @@ -47,4 +49,4 @@ "creack", "Sillyf" ] -} \ No newline at end of file +}