Bump to 0.191.0

This commit is contained in:
Chuck Lantz
2021-08-13 16:07:53 +00:00
committed by GitHub
parent 4034a3cb1b
commit 092032c776
2 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.185.0/containers/go
// https://github.com/microsoft/vscode-dev-containers/tree/v0.191.0/containers/go
{
"name": "Go",
"build": {
@@ -8,7 +8,6 @@
// Update the VARIANT arg to pick a version of Go: 1, 1.16, 1.15
"VARIANT": "1.16",
// Options
"INSTALL_NODE": "false",
"NODE_VERSION": "lts/*"
}
},
@@ -17,8 +16,9 @@
// Set *default* container specific settings.json values on container create.
"settings": {
"go.toolsManagement.checkForUpdates": "local",
"go.useLanguageServer": true,
"go.gopath": "/go",
"go.useLanguageServer": true
"go.goroot": "/usr/local/go"
},
// Add the IDs of extensions you want installed when the container is created.