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