From de7301b3cafa35d6184824228ad3a4efe10244d1 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:10:10 +1300 Subject: [PATCH] Add gh cli to devcontainer (#836) --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index bb81618..40aa3f7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,9 @@ { "name": "ESPHome API Client Dev", "image": "ghcr.io/esphome/aioesphomeapi-proto-builder:latest", + "features": { + "ghcr.io/devcontainers/features/github-cli:1": {} + }, "customizations": { "vscode": { "extensions": [