Update devcontainer.json (#55)
This commit is contained in:
		@@ -10,13 +10,19 @@
 | 
				
			|||||||
		"args": { "VARIANT": "16-bullseye" }
 | 
							"args": { "VARIANT": "16-bullseye" }
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// Set *default* container specific settings.json values on container create.
 | 
						// Configure tool-specific properties.
 | 
				
			||||||
	"settings": {},
 | 
						"customizations": {
 | 
				
			||||||
 | 
							// Configure properties specific to VS Code.
 | 
				
			||||||
	// Add the IDs of extensions you want installed when the container is created.
 | 
							"vscode": {
 | 
				
			||||||
	"extensions": [
 | 
								// Set *default* container specific settings.json values on container create.
 | 
				
			||||||
		"dbaeumer.vscode-eslint"
 | 
								"settings": {},
 | 
				
			||||||
	],
 | 
								
 | 
				
			||||||
 | 
								// Add the IDs of extensions you want installed when the container is created.
 | 
				
			||||||
 | 
								"extensions": [
 | 
				
			||||||
 | 
									"dbaeumer.vscode-eslint"
 | 
				
			||||||
 | 
								]
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// 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": [3000],
 | 
						// "forwardPorts": [3000],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user