devcontainers / features

A collection of Dev Container Features managed by Dev Container spec maintainers. See https://github.com/devcontainers/feature-starter to publish your own
https://containers.dev/features
MIT License
855 stars 343 forks source link

option to specify extensions with github-cli feature #918

Open tonynajjar opened 5 months ago

tonynajjar commented 5 months ago

I'd like to install github-cli with e.g, the copilot extension

samruddhikhandale commented 5 months ago

Currently, we don't have a way where a Feature option can control the addition of extensions. We have to hardcode and add it in https://github.com/devcontainers/features/blob/main/src/github-cli/devcontainer-feature.json

Said that, not sure how many folks would appreciate the automatic installation of copilot extension. Let's keep this issue open to gather more feedback from the community. Thanks!