diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-04-09 13:59:48 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-04-09 14:21:04 +0200 |
commit | 315cd5ce116475d41b63ddb86e8ab1134f32a9a8 (patch) | |
tree | b3f1689f701e7a832fd274275192bc937fb2e2db /.vscode | |
parent | e04e7c32699c4a456d436205da2d2ca99625eb38 (diff) |
Use go module as dependency tool instead of glidehalibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/7.99.3halibut/7.99.2halibut/7.99.17.99.37.99.27.99.1
Bug-AGL: SPEC-2289
Change-Id: I7486876f0fd50e776280dfeb983f6b47200a7c29
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 4 insertions, 2 deletions
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 +} |