From 728c59ce3d83562454d1a41e81240fdb5e605c9b Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Sun, 14 Mar 2021 17:35:57 -0700 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {