19 lines
540 B
JSON
19 lines
540 B
JSON
{
|
|
"name": "SilverStripe Environment",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "silverstripe",
|
|
"workspaceFolder": "/shared-workspaces/mantra",
|
|
"extensions": [
|
|
"adrianhumphreys.silverstripe",
|
|
"bmewburn.vscode-intelephense-client",
|
|
"dbaeumer.vscode-eslint",
|
|
"mikestead.dotenv",
|
|
"neilbrayfield.php-docblocker",
|
|
"xdebug.php-debug"
|
|
],
|
|
"settings": {
|
|
"php.executablePath": null
|
|
},
|
|
"postCreateCommand": "bash ./.devcontainer/post-create.sh"
|
|
}
|