Update devcontainer.json

This commit is contained in:
Chuck Lantz
2021-03-14 17:35:57 -07:00
committed by GitHub
parent 94aef3cb94
commit 728c59ce3d

View File

@@ -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": {