Skip to content

Update engines.vscode to ^1.107.0 to match @types/vscode#69

Merged
rajbos merged 2 commits intomainfrom
copilot/fix-release-workflow-failure
Dec 27, 2025
Merged

Update engines.vscode to ^1.107.0 to match @types/vscode#69
rajbos merged 2 commits intomainfrom
copilot/fix-release-workflow-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 27, 2025

The release workflow fails during VSIX packaging because @types/vscode (^1.107.0) exceeds engines.vscode (^1.106.0). The vsce tool enforces that the engine version must be at least as high as the types version.

Changes

  • Updated engines.vscode from ^1.106.0 to ^1.107.0 in package.json
  • package-lock.json updated accordingly
Original prompt

Title: Fix Release Workflow Failure Due to VS Code Engine and @types/vscode Version Mismatch

Summary:
The release workflow is failing because the version specified for @types/vscode (^1.107.0) is higher than the allowed version in engines.vscode (^1.106.0) in package.json. This results in a build-time error.

Steps to Fix:

Either update engines.vscode in package.json to ^1.107.0 (or higher),
or downgrade @types/vscode to ^1.106.0 (or lower) to match the engines.vscode version.
Choose the appropriate fix based on compatibility requirements.

Related error message:

Code
@types/vscode ^1.107.0 greater than engines.vscode ^1.106.0. Either upgrade engines.vscode or use an older @types/vscode version


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix release workflow failure due to version mismatch Update engines.vscode to ^1.107.0 to match @types/vscode Dec 27, 2025
Copilot AI requested a review from rajbos December 27, 2025 16:41
@rajbos rajbos marked this pull request as ready for review December 27, 2025 16:47
@rajbos rajbos merged commit dc38351 into main Dec 27, 2025
13 checks passed
@rajbos rajbos deleted the copilot/fix-release-workflow-failure branch December 27, 2025 17:27
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.

2 participants