Add customizations (#43)
This commit is contained in:
		@@ -15,18 +15,24 @@
 | 
				
			|||||||
	},
 | 
						},
 | 
				
			||||||
	"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
 | 
						"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Set *default* container specific settings.json values on container create.
 | 
						// Configure tool-specific properties.
 | 
				
			||||||
	"settings": { 
 | 
						"customizations": {
 | 
				
			||||||
		"go.toolsManagement.checkForUpdates": "local",
 | 
							// Configure properties specific to VS Code.
 | 
				
			||||||
		"go.useLanguageServer": true,
 | 
							"vscode": {
 | 
				
			||||||
		"go.gopath": "/go",
 | 
								// Set *default* container specific settings.json values on container create.
 | 
				
			||||||
		"go.goroot": "/usr/local/go"
 | 
								"settings": { 
 | 
				
			||||||
	},
 | 
									"go.toolsManagement.checkForUpdates": "local",
 | 
				
			||||||
 | 
									"go.useLanguageServer": true,
 | 
				
			||||||
 | 
									"go.gopath": "/go",
 | 
				
			||||||
 | 
									"go.goroot": "/usr/local/go"
 | 
				
			||||||
 | 
								},
 | 
				
			||||||
			
 | 
								
 | 
				
			||||||
	// Add the IDs of extensions you want installed when the container is created.
 | 
								// Add the IDs of extensions you want installed when the container is created.
 | 
				
			||||||
	"extensions": [
 | 
								"extensions": [
 | 
				
			||||||
		"golang.Go"
 | 
									"golang.Go"
 | 
				
			||||||
	],
 | 
								]
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Use 'forwardPorts' to make a list of ports inside the container available locally.
 | 
						// Use 'forwardPorts' to make a list of ports inside the container available locally.
 | 
				
			||||||
	// "forwardPorts": [9000],
 | 
						// "forwardPorts": [9000],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user