You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminal sticky scroll is here, you can enable it via terminal.integrated.stickyScroll.enabled and configure the max lines via terminal.integrated.stickyScroll.maxLineCount. It should basically work the same as the editor, just the sticky part is the command that was run.
Things to test:
That the sticky command is well formed in single line, multi-line and multi-line that start with a blank space prompt
It interacts with the scroll bar and overview ruler as expected
It doesn't obscure something it shouldn't
Run commands you typically use and make sure it works
The font matches the terminal exactly
The theme keys terminalStickyScroll.background, terminalStickyScrollHover.background work as expected
The text was updated successfully, but these errors were encountered:
Refs: #172742, #197735, #197736, #198224
Complexity: 4
Create Issue
Terminal sticky scroll is here, you can enable it via
terminal.integrated.stickyScroll.enabled
and configure the max lines viaterminal.integrated.stickyScroll.maxLineCount
. It should basically work the same as the editor, just the sticky part is the command that was run.Things to test:
terminalStickyScroll.background
,terminalStickyScrollHover.background
work as expectedThe text was updated successfully, but these errors were encountered: