From 75444a11d5614b2fac449e255db6e291c4b18a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Puig=20Moreno?= <48332388+rpuigm@users.noreply.github.com> Date: Sun, 12 Nov 2023 10:27:34 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ed374c1..e6d5200 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,10 +1,3 @@ { - "image": "mcr.microsoft.com/devcontainers/universal:2", - "features": { - "ghcr.io/devcontainers/features/java:1": { - "installMaven": "true" - }, - "ghcr.io/devcontainers/features/node:1": {}, - "ghcr.io/devcontainers-contrib/features/angular-cli:2": {} - } + "image": "mcr.microsoft.com/devcontainers/typescript-node:0-18" }