Skip to content

Bump engines.vscode to 1.125 - #60

Merged
GrahamStrickland merged 2 commits into
masterfrom
task/9-bump-enginesvscode-from-1400-to-180
Jul 23, 2026
Merged

Bump engines.vscode to 1.125#60
GrahamStrickland merged 2 commits into
masterfrom
task/9-bump-enginesvscode-from-1400-to-180

Conversation

@GrahamStrickland

Copy link
Copy Markdown

engines.vscode ^1.40.0^1.125.0, @types/vscode~1.125.0. VS Code 1.125+ is now required to install.

Tilde on the types deliberately: lockfiles are gitignored, so CI resolves fresh each run and a caret would float the types above the declared engine on the next release — which vsce package rejects.

No source changes were needed. @types/vscode: ^1.40.0 was already resolving to 1.118.0, so the code has been compiling against modern API types all along; only the declared floor was stale.

Also prunes 3 of 5 activationEvents. onLanguage:harbour and onCommand:harbour.setupCodeFormat are auto-generated from contributes since VS Code 1.74. onCommand:harbour.getdbgcode was dead regardless — the command is harbour.getDbgCode and ids are case-sensitive; auto-generation is why nothing was visibly broken. workspaceContains and onDebugResolve stay, as neither is auto-generated.

Bumps client to 1.4.0, server to 0.10.0.

CI green on all three runners; VSIX packaged on each.

Closes #9

🤖 Generated with Claude Code

GrahamStrickland and others added 2 commits July 23, 2026 09:53
Closes #9

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@GrahamStrickland
GrahamStrickland merged commit 95b0927 into master Jul 23, 2026
3 checks passed
@GrahamStrickland GrahamStrickland linked an issue Jul 23, 2026 that may be closed by this pull request
@GrahamStrickland
GrahamStrickland deleted the task/9-bump-enginesvscode-from-1400-to-180 branch July 23, 2026 08:02
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.

Bump engines.vscode from ^1.40.0 to ~1.80+

1 participant