Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/copilot-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "copilot-cli",
"version": "1.0.0",
"version": "1.1.0",
"name": "GitHub Copilot CLI",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/copilot-cli",
"description": "Installs the GitHub Copilot CLI.",
Expand All @@ -15,6 +15,7 @@
"description": "Select version of the GitHub Copilot CLI, if not latest."
}
},
"postStartCommand": "copilot update",
Copy link
Copy Markdown
Member

@eljog eljog Apr 16, 2026

Choose a reason for hiding this comment

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

will this discard the feature option that allows the user to select a specific version?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@eljog Good point, it will force an update. Perhaps we can make it conditional on if the version is latest or not; i.e. by persisting the version that was selected at install time.

"customizations": {
"vscode": {
"settings": {
Expand Down