From 8e52fd4196f5525fc037a309373868a1f9e5017b Mon Sep 17 00:00:00 2001 From: Hunter Brooks Date: Fri, 5 Jan 2024 17:24:58 -0500 Subject: [PATCH] Update devcontainer.json add Ellipsis CLI back in --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.