From 1ea23fdd9246d207b067fdc97de7265c6fd452fc Mon Sep 17 00:00:00 2001 From: Christopher Harrison Date: Fri, 8 Dec 2023 12:09:56 -0800 Subject: [PATCH] Update devcontainer.json Removed CLIs --- .devcontainer/devcontainer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 26a586d..457f1f6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,8 +6,6 @@ "service": "app", "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", "features": { - "ghcr.io/devcontainers/features/azure-cli:1": {}, - "ghcr.io/devcontainers/features/github-cli:1": {} }, // Features to add to the dev container. More info: https://containers.dev/features.