Skip to content

Commit

Permalink
add github CLI to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Apr 16, 2024
1 parent a7d4262 commit 67beeae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"dockerfile": "Dockerfile"
},
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Configure tool-specific properties.
Expand Down

0 comments on commit 67beeae

Please sign in to comment.