Add the silverstripe-extension to the devcontainer

This commit is contained in:
Manuel Thalmann 2021-05-10 20:35:53 +00:00
parent 0e59d2cd50
commit d468b58393

View file

@ -4,6 +4,7 @@
"service": "silverstripe",
"workspaceFolder": "/vscode/src/mantra",
"extensions": [
"adrianhumphreys.silverstripe",
"dbaeumer.vscode-eslint",
"felixfbecker.php-pack",
"ms-vscode.vscode-typescript-tslint-plugin",
@ -13,4 +14,4 @@
"php.executablePath": null
},
"postCreateCommand": "echo '* text=auto eol=lf' > $(git rev-parse --git-dir)/info/attributes"
}
}