@xterm/xterm@6.1.0-beta.144, add textBlinking#292685
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates xterm.js to @xterm/xterm@6.1.0-beta.144 and introduces a new terminal.integrated.textBlinking setting to enable/disable blinking text rendering in the integrated terminal.
Changes:
- Add
terminal.integrated.textBlinkingto terminal settings schema and configuration types. - Wire the new setting into the xterm terminal instance via
blinkIntervalDuration. - Bump
@xterm/*package versions across root/remote/web package manifests and lockfiles.
Reviewed changes
Copilot reviewed 7 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts | Adds the terminal.integrated.textBlinking configuration schema entry. |
| src/vs/workbench/contrib/terminal/common/terminal.ts | Extends ITerminalConfiguration with a textBlinking boolean. |
| src/vs/workbench/contrib/terminal/browser/xterm/xtermTerminal.ts | Maps textBlinking to xterm’s blinkIntervalDuration and updates it on config changes. |
| src/vs/platform/terminal/common/terminal.ts | Adds TerminalSettingId.TextBlinking constant for the new setting. |
| package.json / package-lock.json | Updates @xterm/* dependencies to the newer beta versions (root). |
| remote/package.json / remote/package-lock.json | Updates @xterm/* dependencies to the newer beta versions (remote). |
| remote/web/package.json / remote/web/package-lock.json | Updates @xterm/* dependencies to the newer beta versions (web). |
Files not reviewed (2)
- remote/package-lock.json: Language not supported
- remote/web/package-lock.json: Language not supported
mjbvz
approved these changes
Feb 3, 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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #245840
Fixes #290919
Part of #292572
Fixes #292550
Merge 3/3 morning or after