diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a8bdefa..aa492dc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" -} \ No newline at end of file +}