Add the silverstripe
-extension to the devcontainer
This commit is contained in:
parent
0e59d2cd50
commit
d468b58393
|
@ -4,6 +4,7 @@
|
||||||
"service": "silverstripe",
|
"service": "silverstripe",
|
||||||
"workspaceFolder": "/vscode/src/mantra",
|
"workspaceFolder": "/vscode/src/mantra",
|
||||||
"extensions": [
|
"extensions": [
|
||||||
|
"adrianhumphreys.silverstripe",
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
"felixfbecker.php-pack",
|
"felixfbecker.php-pack",
|
||||||
"ms-vscode.vscode-typescript-tslint-plugin",
|
"ms-vscode.vscode-typescript-tslint-plugin",
|
||||||
|
@ -13,4 +14,4 @@
|
||||||
"php.executablePath": null
|
"php.executablePath": null
|
||||||
},
|
},
|
||||||
"postCreateCommand": "echo '* text=auto eol=lf' > $(git rev-parse --git-dir)/info/attributes"
|
"postCreateCommand": "echo '* text=auto eol=lf' > $(git rev-parse --git-dir)/info/attributes"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue