From 41a1ee7bc3d432b97cd5996ce3581dedc5129429 Mon Sep 17 00:00:00 2001 From: Marlene <57748216+marlenezw@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:41:50 +0100 Subject: [PATCH] Adding gh cli to the dev container Adding gh cli to the dev container --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1da84643..afd4976e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,7 +16,8 @@ "ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/node:1": { "version": "20.11" - } + }, + "ghcr.io/devcontainers/features/github-cli:1": {} }, "customizations": { "vscode": {