Skip to content

Commit

Permalink
use newer setting for tool updates in devcontainer
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fitzgerald <jfitzgerald@vmware.com>
  • Loading branch information
joefitzgerald committed Jan 24, 2022
1 parent a7cc606 commit 33d98b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash",
"go.useGoProxyToCheckForToolUpdates": false,
"ref": "vscode://schemas/settings/machine",
"go.toolsManagement.checkForUpdates": "proxy",
"go.useLanguageServer": true,
"go.gopath": "/go",
"go.goroot": "/usr/local/go",
Expand Down

0 comments on commit 33d98b7

Please sign in to comment.