Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit de1f4e1

Browse files
authored
Update go checkForUpdates setting to local (CI Ignore)
1 parent b16a7e4 commit de1f4e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

containers/codespaces-linux-stretch/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"settings": {
77
"terminal.integrated.shell.linux": "/bin/bash",
8-
"go.toolsManagement.checkForUpdates": "off",
8+
"go.toolsManagement.checkForUpdates": "local",
99
"go.useLanguageServer": true,
1010
"go.gopath": "/go",
1111
"go.goroot": "/usr/local/go",

containers/codespaces-linux/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"settings": {
77
"terminal.integrated.shell.linux": "/bin/bash",
8-
"go.toolsManagement.checkForUpdates": "off",
8+
"go.toolsManagement.checkForUpdates": "local",
99
"go.useLanguageServer": true,
1010
"go.gopath": "/go",
1111
"go.goroot": "/usr/local/go",

containers/go/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Set *default* container specific settings.json values on container create.
1616
"settings": {
1717
"terminal.integrated.shell.linux": "/bin/bash",
18-
"go.toolsManagement.checkForUpdates": "off",
18+
"go.toolsManagement.checkForUpdates": "local",
1919
"go.useLanguageServer": true,
2020
"go.gopath": "/go",
2121
"go.goroot": "/usr/local/go"

0 commit comments

Comments
 (0)