mantra/.devcontainer/devcontainer.json

18 lines
512 B
JSON
Raw Normal View History

{
"name": "SilverStripe Environment",
"dockerComposeFile": "docker-compose.yml",
"service": "silverstripe",
"workspaceFolder": "/shared-workspaces/mantra",
2019-10-07 11:48:01 +00:00
"extensions": [
"adrianhumphreys.silverstripe",
"bmewburn.vscode-intelephense-client",
2022-03-01 14:32:19 +00:00
"dbaeumer.vscode-eslint",
"neilbrayfield.php-docblocker",
"xdebug.php-debug"
2019-10-27 17:37:07 +00:00
],
"settings": {
"php.executablePath": null
},
"postCreateCommand": "bash ./.devcontainer/post-create.sh"
}