Bump engines.vscode to match @types/vscode#1153
Merged
graygilmore merged 1 commit intomainfrom Mar 16, 2026
Merged
Conversation
Commit 8f52361 (Oct 2025, 'Bump to TS 5') upgraded @types/vscode from ^1.85.0 to ^1.104.0 but left engines.vscode at ^1.85.0. vsce publish validates that @types/vscode does not exceed engines.vscode, causing every release attempt to fail with '@types/vscode ^1.104.0 greater than engines.vscode ^1.85.0'. VS Code 1.104 was released Aug 2025 (stable Sep 2025), so this has negligible user impact. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
aswamy
approved these changes
Mar 16, 2026
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.
Summary
engines.vscodefrom^1.85.0to^1.104.0to match@types/vscode ^1.104.0@types/vscode ^1.104.0 greater than engines.vscode ^1.85.08f523617("Bump to TS 5", Oct 2025) upgraded@types/vscodebut leftengines.vscodeunchangedContext
The release workflow has had 6 consecutive failures. The earlier failures (March 13-16) were OIDC auth issues fixed in PRs #1146-#1149. Once npm auth was resolved, the latest run successfully published npm packages but failed at
vsce publishdue to this version mismatch.VS Code 1.104 was released August 2025 (stable September 2025, ~6 months ago). VS Code auto-updates, so this bump has negligible user impact.