Skip to content

Upgrade vscode-languageclient/server to v9#54

Open
dan-manges wants to merge 1 commit into
mainfrom
dan/upgrade-vscode
Open

Upgrade vscode-languageclient/server to v9#54
dan-manges wants to merge 1 commit into
mainfrom
dan/upgrade-vscode

Conversation

@dan-manges
Copy link
Copy Markdown
Member

Summary

  • Bumps vscode-languageclient and vscode-languageserver from v8 to v9, raising engines.vscode from ^1.74.0 to ^1.82.0 (required by the v9 client/server).
  • Bumps yaml (^2.3.0 → ^2.8.3), esbuild (^0.25.6 → ^0.28.0), @types/vscode (^1.74.0 → ^1.116.0), @vscode/test-electron (^2.3.0 → ^2.5.2), vscode-languageserver-textdocument (^1.0.8 → ^1.0.12), and typescript in client/ (^5.0.0 → ^5.9.3).
  • @types/node is left at 18.x and typescript in the root is left at ^5.0.0; the server/ submodule is managed in its own repo and untouched here.

Test plan

  • npm run compile succeeds
  • cd client && npx tsc -b succeeds
  • cd server && npm test — 119/119 tests pass
  • rwx run .rwx/ci.yml --wait — succeeded (run)
  • Manual smoke test: install the .vsix and verify the language server activates on a .rwx/*.yml file in VSCode 1.82+

🤖 Generated with Claude Code

Bumps vscode-languageclient and vscode-languageserver from v8 to v9,
which requires raising engines.vscode from ^1.74.0 to ^1.82.0. Also
bumps yaml, esbuild, @types/vscode, @vscode/test-electron, and
vscode-languageserver-textdocument to latest within compatible ranges.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant