Skip to content

Commit

Permalink
Update devcontainer.json add Ellipsis CLI back in
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrooks authored Jan 5, 2024
1 parent c728498 commit 8e52fd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8e52fd4

Please sign in to comment.