Bump to 0.191.0
This commit is contained in:
		@@ -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.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user