diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 208a8ce..bd2c787 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,7 +16,8 @@ // Features to add to the dev container. More info: https://containers.dev/features. "features": { "ghcr.io/devcontainers/features/git:1": {}, - "ghcr.io/devcontainers/features/github-cli:1": {} + "ghcr.io/devcontainers/features/github-cli:1": {}, + "ghcr.io/ellipsis-dev/devcontainer/cli:0.2.7": {} }, // Use 'forwardPorts' to make a list of ports inside the container available locally.