Add port attributes
This commit is contained in:
		@@ -19,7 +19,13 @@
 | 
				
			|||||||
		"terminal.integrated.shell.linux": "/bin/bash",
 | 
							"terminal.integrated.shell.linux": "/bin/bash",
 | 
				
			||||||
		"go.useGoProxyToCheckForToolUpdates": false,
 | 
							"go.useGoProxyToCheckForToolUpdates": false,
 | 
				
			||||||
		"go.gopath": "/go",
 | 
							"go.gopath": "/go",
 | 
				
			||||||
		"go.useLanguageServer": true
 | 
							"go.useLanguageServer": true,
 | 
				
			||||||
 | 
							"remote.portsAttributes": {
 | 
				
			||||||
 | 
								"9000": {
 | 
				
			||||||
 | 
									"label": "My Port",
 | 
				
			||||||
 | 
									"onAutoForward": "notify"
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	// 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.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user