diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b83a17d..fe50168 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.useGoProxyToCheckForToolUpdates": false, + "go.toolsManagement.checkForUpdates": "off", "go.gopath": "/go", "go.useLanguageServer": true, "remote.portsAttributes": {