Update go tools management

This commit is contained in:
bamurtaugh
2021-03-05 20:03:55 +00:00
parent 8e814e260c
commit d16aa43991

View File

@@ -17,7 +17,7 @@
// Set *default* container specific settings.json values on container create. // Set *default* container specific settings.json values on container create.
"settings": { "settings": {
"terminal.integrated.shell.linux": "/bin/bash", "terminal.integrated.shell.linux": "/bin/bash",
"go.useGoProxyToCheckForToolUpdates": false, "go.toolsManagement.checkForUpdates": "off",
"go.gopath": "/go", "go.gopath": "/go",
"go.useLanguageServer": true, "go.useLanguageServer": true,
"remote.portsAttributes": { "remote.portsAttributes": {