Add customizations (#19)
This commit is contained in:
		@@ -13,17 +13,23 @@
 | 
			
		||||
		}
 | 
			
		||||
	},
 | 
			
		||||
		
 | 
			
		||||
	// Set *default* container specific settings.json values on container create.
 | 
			
		||||
	"settings": { 
 | 
			
		||||
		"php.validate.executablePath": "/usr/local/bin/php"
 | 
			
		||||
	},
 | 
			
		||||
	// Configure tool-specific properties.
 | 
			
		||||
	"customizations": {
 | 
			
		||||
		// Configure properties specific to VS Code.
 | 
			
		||||
		"vscode": {
 | 
			
		||||
			// Set *default* container specific settings.json values on container create.
 | 
			
		||||
			"settings": { 
 | 
			
		||||
				"php.validate.executablePath": "/usr/local/bin/php"
 | 
			
		||||
			},
 | 
			
		||||
			
 | 
			
		||||
	// Add the IDs of extensions you want installed when the container is created.
 | 
			
		||||
	"extensions": [
 | 
			
		||||
		"felixfbecker.php-debug",
 | 
			
		||||
		"bmewburn.vscode-intelephense-client",
 | 
			
		||||
		"mrmlnc.vscode-apache"
 | 
			
		||||
	],
 | 
			
		||||
			// Add the IDs of extensions you want installed when the container is created.
 | 
			
		||||
			"extensions": [
 | 
			
		||||
				"felixfbecker.php-debug",
 | 
			
		||||
				"bmewburn.vscode-intelephense-client",
 | 
			
		||||
				"mrmlnc.vscode-apache"
 | 
			
		||||
			]
 | 
			
		||||
		}
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	// Use 'forwardPorts' to make a list of ports inside the container available locally.
 | 
			
		||||
	// "forwardPorts": [8080],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user