fix: devcontainer

This commit is contained in:
Mathieu Lagace
2021-11-01 16:46:07 +00:00
parent e95e93d229
commit 26c8cda7aa
434 changed files with 13745 additions and 52516 deletions

View File

@@ -1,16 +1,10 @@
{
"name": "Laravel",
"dockerComposeFile": "./laradock/docker-compose.yml",
"remoteUser": "laradock",
"runServices": [
"nginx",
"mysql",
"pgadmin"
],
"service": "workspace",
"dockerComposeFile": "docker-compose.yaml",
"remoteUser": "user",
"service": "cli",
"workspaceFolder": "/workspaces/laravel",
"shutdownAction": "stopCompose",
"postCreateCommand": "uname -a",
"extensions": [
"bmewburn.vscode-intelephense-client",