From d468b58393676a7444b35b9024f9b865a7cfbc94 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 10 May 2021 20:35:53 +0000 Subject: [PATCH] Add the `silverstripe`-extension to the devcontainer --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}