fix: downgrade @github/copilot to version 1.0.61 and update related dependencies in package.json and package-lock.json#321705
Closed
DonJayamanne wants to merge 3 commits into
Closed
fix: downgrade @github/copilot to version 1.0.61 and update related dependencies in package.json and package-lock.json#321705DonJayamanne wants to merge 3 commits into
DonJayamanne wants to merge 3 commits into
Conversation
…ependencies in package.json and package-lock.json docs: update markdown descriptions for reasoning effort in copilot package.json refactor: clean up unnecessary os-theme dependencies from package-lock.json
bhavyaus
approved these changes
Jun 17, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates VS Code’s bundled Copilot CLI dependency set by downgrading @github/copilot from 1.0.63 to 1.0.61 across the root app, the remote (vscode-reh) package, and the built-in Copilot extension, with corresponding lockfile updates (including removal of os-theme entries due to the downgraded dependency graph).
Changes:
- Downgrade
@github/copilotto^1.0.61inpackage.json,remote/package.json, andextensions/copilot/package.json. - Update all related
package-lock.jsonfiles to pin@github/copilotand platform packages to1.0.61. - Remove
os-theme(and@os-theme/*) from lockfiles as it is no longer pulled in by@github/copilot@1.0.61.
Show a summary per file
| File | Description |
|---|---|
| package.json | Downgrades @github/copilot dependency range to ^1.0.61. |
| package-lock.json | Pins @github/copilot and platform-specific optional deps to 1.0.61 and removes os-theme entries. |
| remote/package.json | Mirrors the Copilot dependency downgrade for the remote (vscode-reh) package. |
| remote/package-lock.json | Pins remote dependency graph to Copilot 1.0.61 and removes os-theme entries. |
| extensions/copilot/package.json | Mirrors the Copilot dependency downgrade for the built-in Copilot extension. |
| extensions/copilot/package-lock.json | Pins extension dependency graph to Copilot 1.0.61 and removes os-theme entries. |
Copilot's findings
Files not reviewed (2)
- extensions/copilot/package-lock.json: Generated file
- remote/package-lock.json: Generated file
- Files reviewed: 3/6 changed files
- Comments generated: 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs: update markdown descriptions for reasoning effort in copilot package.json refactor: clean up unnecessary os-theme dependencies from package-lock.json