Codespaces - Dev Containers

February 17, 2023 ยท View on GitHub

To add GitHub CLI to your codespace, add the following to your devcontainer file:

"features": { "github-cli": "latest" }

See also