Skip to content

Conversation

@stuartleeks
Copy link
Contributor

Add extensions option to the azd devcontainer feature to allow the user to specify extensions to install when installing azd in a dev container

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds an extensions option to the azd devcontainer feature, allowing users to specify a comma-separated list of Azure Developer CLI extensions to install automatically when the devcontainer is built.

Key changes:

  • Added extensions configuration option to the devcontainer feature definition
  • Implemented extension installation logic in the install script
  • Added test scenario and test script to verify extension installation functionality

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
ext/devcontainer/src/azd/devcontainer-feature.json Added extensions option (type: string) to feature configuration and bumped version to 0.2.0
ext/devcontainer/src/azd/install.sh Added logic to parse and install comma-separated list of azd extensions
ext/devcontainer/test/azd/scenarios.json Added test scenario configuration with azure.coding-agent extension
ext/devcontainer/test/azd/with_extensions.sh Added test script to verify extension installation
ext/devcontainer/Makefile Added makefile with test target for running devcontainer feature tests

@vhvb1989 vhvb1989 requested a review from danieljurek January 8, 2026 22:51
@vhvb1989
Copy link
Member

vhvb1989 commented Jan 8, 2026

investigating about debian:10 issue... @danieljurek

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants