diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b7a44af..0567c8a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,8 @@ "features": { "ghcr.io/devcontainers/features/node:1": { "version": "18" - } + }, + "ghcr.io/devcontainers/features/azure-cli:1": {} }, // Use 'forwardPorts' to make a list of ports inside the container available locally.