Skip to content

Fix @types/vscode version mismatch with engines.vscode#31

Merged
unknowIfGuestInDream merged 2 commits intomasterfrom
copilot/fix-vscode-types-version-issue
Feb 5, 2026
Merged

Fix @types/vscode version mismatch with engines.vscode#31
unknowIfGuestInDream merged 2 commits intomasterfrom
copilot/fix-vscode-types-version-issue

Conversation

Copy link
Contributor

Copilot AI commented Feb 5, 2026

Build fails because @types/vscode (^1.109.0) exceeds engines.vscode (^1.108.0).

Changes

  • Upgrade engines.vscode from ^1.108.0 to ^1.109.0 in package.json to match the types version
"engines": {
  "vscode": "^1.109.0"
}
Original prompt

This section details on the original issue you should resolve

<issue_title>问题修复</issue_title>
<issue_description>Error: @types/vscode ^1.109.0 greater than engines.vscode ^1.108.0. Either upgrade engines.vscode or use an older @types/vscode version
Error: Process completed with exit code 1.</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issue with vscode types version mismatch Fix @types/vscode version mismatch with engines.vscode Feb 5, 2026
@unknowIfGuestInDream unknowIfGuestInDream marked this pull request as ready for review February 5, 2026 03:19
@unknowIfGuestInDream unknowIfGuestInDream merged commit b202f6d into master Feb 5, 2026
4 checks passed
@unknowIfGuestInDream unknowIfGuestInDream deleted the copilot/fix-vscode-types-version-issue branch February 5, 2026 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

问题修复

2 participants