From 9ad34366a320a4f5343e741128d51dee8dc8901f Mon Sep 17 00:00:00 2001 From: Dan Marshall Date: Mon, 25 Nov 2024 12:18:10 -0800 Subject: [PATCH] Add Azure CLI to Codespaces --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b7a44af9..0567c8a1 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.