mantra/.devcontainer/devcontainer.json

18 lines
525 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",
2019-10-07 21:33:33 +00:00
"felixfbecker.php-pack",
2021-05-10 23:13:23 +00:00
"manuth.eslint-language-service",
2019-10-07 21:33:33 +00:00
"ms-vscode.vscode-typescript-tslint-plugin",
"neilbrayfield.php-docblocker"
2019-10-27 17:37:07 +00:00
],
"settings": {
"php.executablePath": null
},
"postCreateCommand": "bash ./.devcontainer/post-create.sh"
}