Conversation
Part of #286809 This brings in xtermjs/xterm.js#5625
2 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps all xterm-related dependencies across the repo to the 6.1.0-beta.109 line (with WebGL at 0.20.0-beta.108), aligning VS Code’s terminal stack with the upstream xterm.js version that includes kitty keyboard protocol (CSI u) support from xtermjs/xterm.js#5625.
Changes:
- Updates root
@xterm/*dependencies to6.1.0-beta.109(and@xterm/addon-webglto0.20.0-beta.108) inpackage.jsonand synchronizes entries inpackage-lock.json. - Updates
remote/package.jsonandremote/package-lock.jsonto the same xterm/xterm-headless and addon versions. - Updates
remote/web/package.jsonandremote/web/package-lock.jsonto the same xterm version set, keeping dependency and lockfile versions in sync.
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
remote/web/package.json |
Bumps @xterm/xterm and all xterm addons to the new beta versions for the web remote build. |
remote/web/package-lock.json |
Aligns lockfile entries and peerDependencies for xterm and its addons with the new beta versions for the web remote build. |
remote/package.json |
Bumps @xterm/xterm, @xterm/headless, and all addons to the new beta versions for the remote (server) build. |
remote/package-lock.json |
Updates resolved versions, integrity hashes, and peerDependencies for all xterm-related packages for the remote build. |
package.json |
Updates top-level VS Code app dependencies on @xterm/xterm, @xterm/headless, and addons to the new beta versions. |
package-lock.json |
Synchronizes the root lockfile with the updated xterm and addon versions, including integrity hashes and peerDependency ranges. |
Files not reviewed (2)
- remote/package-lock.json: Language not supported
- remote/web/package-lock.json: Language not supported
TylerLeonhardt
approved these changes
Jan 27, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Part of #286809
This brings in xtermjs/xterm.js#5625