Fix
This commit is contained in:
		@@ -1,4 +1,3 @@
 | 
				
			|||||||
 | 
					 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    "name": "PHP",
 | 
					    "name": "PHP",
 | 
				
			||||||
    "dockerFile": "Dockerfile",
 | 
					    "dockerFile": "Dockerfile",
 | 
				
			||||||
@@ -9,7 +8,5 @@
 | 
				
			|||||||
    "settings": {
 | 
					    "settings": {
 | 
				
			||||||
        "terminal.integrated.shell.linux": "/bin/bash"
 | 
					        "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"]
 | 
					    "runArgs": [ "-u", "vscode"]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user