From f3b694ee42180fe3d7c1e68af2f2dcec09cfc283 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen <balloob@gmail.com> Date: Mon, 13 May 2024 02:33:42 -0400 Subject: [PATCH] Add gh cli to dev container (#117321) --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2bdb6f99aad..362d4cbd028 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,6 +8,9 @@ "DEVCONTAINER": "1", "PYTHONASYNCIODEBUG": "1" }, + "features": { + "ghcr.io/devcontainers/features/github-cli:1": {} + }, // Port 5683 udp is used by Shelly integration "appPort": ["8123:8123", "5683:5683/udp"], "runArgs": ["-e", "GIT_EDITOR=code --wait"], -- GitLab