diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ce1c4f4..577891d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ // Set *default* container specific settings.json values on container create. "settings": { "terminal.integrated.shell.linux": "/bin/bash", - "go.toolsManagement.checkForUpdates": "off", + "go.toolsManagement.checkForUpdates": "local", "go.gopath": "/go", "go.useLanguageServer": true, "remote.portsAttributes": {