mantra/.devcontainer/devcontainer.json

19 lines
573 B
JSON

{
"name": "SilverStripe Environment",
"dockerComposeFile": "docker-compose.yml",
"service": "silverstripe",
"workspaceFolder": "/shared-workspaces/mantra",
"extensions": [
"adrianhumphreys.silverstripe",
"bmewburn.vscode-intelephense-client",
"felixfbecker.php-debug",
"manuth.eslint-language-service",
"ms-vscode.vscode-typescript-tslint-plugin",
"neilbrayfield.php-docblocker"
],
"settings": {
"php.executablePath": null
},
"postCreateCommand": "bash ./.devcontainer/post-create.sh"
}