Skip to content

Commit

Permalink
add github-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbradford committed Dec 21, 2023
1 parent c0d9957 commit 92a5f2f
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 @@ -14,7 +14,8 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/ellipsis-dev/devcontainer/cli:0.2.5": {} // This adds the Ellipsis CLI
"ghcr.io/ellipsis-dev/devcontainer/cli:0.2.5": {},
"ghcr.io/devcontainers/features/github-cli:1": {} // This adds the Ellipsis CLI
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down

0 comments on commit 92a5f2f

Please sign in to comment.