This commit is contained in:
Chuck Lantz
2019-08-22 23:57:25 +00:00
parent df591f421b
commit f8beedbfbf

View File

@@ -1,15 +1,12 @@
{ {
"name": "PHP", "name": "PHP",
"dockerFile": "Dockerfile", "dockerFile": "Dockerfile",
"extensions": [ "extensions": [
"felixfbecker.php-debug", "felixfbecker.php-debug",
"felixfbecker.php-intellisense" "felixfbecker.php-intellisense"
], ],
"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, "runArgs": [ "-u", "vscode"]
// update Dockerfile with your user's UID/GID if not 1000.
"runArgs": [ "-u", "vscode" ]
} }