From 13ead16ffef366096e02f7b3d7b048d7df4b5ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Fri, 29 Sep 2023 22:40:08 +0000 Subject: [PATCH] Add angular CLI to devcontainer --- .devcontainer/devcontainer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 35ed8c9..eea0cee 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,6 +28,11 @@ ] } }, - "forwardPorts": [5000] + "forwardPorts": [ + 5000 + ], + "features": { + "ghcr.io/devcontainers-contrib/features/angular-cli:2": {} + } } \ No newline at end of file