Skip to content

Fix CI failure: align engines.vscode with @types/vscode version#46

Merged
rajbos merged 2 commits intomainfrom
copilot/fix-ci-job-incompatibility
Nov 23, 2025
Merged

Fix CI failure: align engines.vscode with @types/vscode version#46
rajbos merged 2 commits intomainfrom
copilot/fix-ci-job-incompatibility

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 23, 2025

CI failing on vsce package due to version mismatch: @types/vscode at ^1.106.1 exceeds engines.vscode at ^1.104.0.

Changes

  • Upgrade engines.vscode to ^1.106.0 in package.json

This resolves the validation error while allowing access to newer VS Code APIs.

Original prompt

The CI job is failing due to an incompatibility between the @types/vscode devDependency and the engines.vscode field specified in package.json. The error found in the logs is: @types/vscode ^1.106.1 greater than engines.vscode ^1.104.0. Either upgrade engines.vscode or use an older @types/vscode version. To resolve this, either:

  • Upgrade engines.vscode in package.json to ^1.106.0 or newer
  • OR downgrade @types/vscode in devDependencies to ^1.104.0.

Update package.json accordingly and confirm if the workflow runs successfully afterwards.

Reference files:

This pull request was created as a result of the following prompt from Copilot chat.

The CI job is failing due to an incompatibility between the @types/vscode devDependency and the engines.vscode field specified in package.json. The error found in the logs is: @types/vscode ^1.106.1 greater than engines.vscode ^1.104.0. Either upgrade engines.vscode or use an older @types/vscode version. To resolve this, either:

  • Upgrade engines.vscode in package.json to ^1.106.0 or newer
  • OR downgrade @types/vscode in devDependencies to ^1.104.0.

Update package.json accordingly and confirm if the workflow runs successfully afterwards.

Reference files:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix CI job incompatibility with @types/vscode Fix CI failure: align engines.vscode with @types/vscode version Nov 23, 2025
Copilot AI requested a review from rajbos November 23, 2025 21:06
@rajbos rajbos marked this pull request as ready for review November 23, 2025 21:28
@rajbos rajbos merged commit 0e705f5 into main Nov 23, 2025
13 checks passed
@rajbos rajbos deleted the copilot/fix-ci-job-incompatibility branch November 23, 2025 21:43
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