Skip to content

Bump engines.vscode to match @types/vscode#1153

Merged
graygilmore merged 1 commit intomainfrom
gg-fix-vscode-engine-version
Mar 16, 2026
Merged

Bump engines.vscode to match @types/vscode#1153
graygilmore merged 1 commit intomainfrom
gg-fix-vscode-engine-version

Conversation

@graygilmore
Copy link
Contributor

@graygilmore graygilmore commented Mar 16, 2026

Summary

  • Bump engines.vscode from ^1.85.0 to ^1.104.0 to match @types/vscode ^1.104.0
  • Fixes the VS Code Marketplace publish step that has been failing since March 9 with: @types/vscode ^1.104.0 greater than engines.vscode ^1.85.0
  • Root cause: commit 8f523617 ("Bump to TS 5", Oct 2025) upgraded @types/vscode but left engines.vscode unchanged

Context

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 publish due 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.

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>
@graygilmore graygilmore changed the title fix: bump engines.vscode to match @types/vscode Bump engines.vscode to match @types/vscode Mar 16, 2026
@graygilmore graygilmore marked this pull request as ready for review March 16, 2026 19:35
@graygilmore graygilmore requested a review from a team as a code owner March 16, 2026 19:35
@graygilmore graygilmore merged commit ceb6c0e into main Mar 16, 2026
8 checks passed
@graygilmore graygilmore deleted the gg-fix-vscode-engine-version branch March 16, 2026 19:39
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