15 lines
		
	
	
		
			365 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			365 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
 | 
						|
{
 | 
						|
	"name": "PHP",
 | 
						|
	"dockerFile": "Dockerfile",
 | 
						|
	"extensions": [
 | 
						|
        "felixfbecker.php-debug",
 | 
						|
		"felixfbecker.php-intellisense"
 | 
						|
	],
 | 
						|
	"settings": {
 | 
						|
		"terminal.integrated.shell.linux": "/bin/bash"
 | 
						|
	},
 | 
						|
	// Comment out the next line to run as root instead. Linux users, 
 | 
						|
	// update Dockerfile with your user's UID/GID if not 1000.
 | 
						|
	"runArgs": [ "-u", "vscode" ]
 | 
						|
} |