From d9ca77f38faeb7ecce1be7a13f66facd83cfb580 Mon Sep 17 00:00:00 2001 From: Paul Yu Date: Fri, 19 May 2023 19:06:19 -0700 Subject: [PATCH] feat: add azure-cli and kubectl tools to devcontainer --- .devcontainer/devcontainer.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7ba058d..b64b2d4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,9 +7,10 @@ "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", // Features to add to the dev container. More info: https://containers.dev/features. - // "features": { - // "ghcr.io/devcontainers/features/azure-cli:1": {} - // }, + "features": { + "ghcr.io/devcontainers/features/azure-cli:1": {}, + "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {} + }, // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [5432]