diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 77c01db..11a049d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm", "features": { - "ghcr.io/devcontainers/features/powershell:1": {}, + "ghcr.io/devcontainers/features/powershell:2": {}, "ghcr.io/balazs23/devcontainers-features/nx:1": {} }, "customizations": {