Skip to content

Conversation

@Tyriar
Copy link
Member

@Tyriar Tyriar commented Jan 10, 2026

Fixes #286809
Fixes #286810
Fixes #286896

@Tyriar Tyriar added this to the January 2026 milestone Jan 10, 2026
@Tyriar Tyriar self-assigned this Jan 10, 2026
Copilot AI review requested due to automatic review settings January 10, 2026 13:09
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates xterm.js and its addons from version 6.1.0-beta.91 to 6.1.0-beta.99, and adds support for the kitty keyboard protocol. The kitty keyboard protocol is an experimental feature that provides more detailed keyboard input reporting to the terminal.

Changes:

  • Updated xterm.js core and all related addons to beta.99 (webgl addon to beta.98)
  • Added new experimental setting terminal.integrated.enableKittyKeyboardProtocol (defaults to false)
  • Wired the kitty keyboard protocol configuration through to xterm.js via vtExtensions.kittyKeyboard

Reviewed changes

Copilot reviewed 7 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts Added missing trailing comma and new kitty keyboard protocol configuration setting
src/vs/workbench/contrib/terminal/common/terminal.ts Added enableKittyKeyboardProtocol property to ITerminalConfiguration interface
src/vs/workbench/contrib/terminal/browser/xterm/xtermTerminal.ts Wired kitty keyboard protocol config to xterm in initialization and updateConfig
src/vs/platform/terminal/common/terminal.ts Added EnableKittyKeyboardProtocol setting ID to enum
package.json, remote/package.json, remote/web/package.json Updated xterm package versions
package-lock.json, remote/package-lock.json, remote/web/package-lock.json Updated lockfiles to match package version changes
Files not reviewed (2)
  • remote/package-lock.json: Language not supported
  • remote/web/package-lock.json: Language not supported

@Tyriar Tyriar changed the title @xterm/[email protected] @xterm/[email protected] Jan 10, 2026
@Tyriar Tyriar marked this pull request as ready for review January 10, 2026 14:16
@Tyriar Tyriar merged commit bb7461e into main Jan 11, 2026
22 checks passed
@Tyriar Tyriar deleted the tyriar/xterm_20260110 branch January 11, 2026 06:41
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.

Support win32-input-mode in terminal Support SGR 221 and 222 Support kitty keyboard protocol (CSI u)

3 participants