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
The terminal has a new scroll bar built on the one we use everywhere else! This took some pretty big changes behind the scenes in order to have xterm.js depend on part of VS Code's codebase. Please test the scroll bar, in particular check the following:
The editor and terminal scroll bars look and behave the same
Successful commands show up as blue in the left side of the overview ruler
Ctrl+c or empty commands show up as grey in the left side of the overview ruler
Failed commands show up as red in the right side of the overview ruler
Find results show up in the middle of the overview ruler
The overview ruler and scroll bar are pixel perfect positioned
Smooth scroll still works as expected ("terminal.integrated.smoothScrolling": true)
The text was updated successfully, but these errors were encountered:
Refs: #216521
Complexity: 3
Create Issue
The terminal has a new scroll bar built on the one we use everywhere else! This took some pretty big changes behind the scenes in order to have xterm.js depend on part of VS Code's codebase. Please test the scroll bar, in particular check the following:
"terminal.integrated.smoothScrolling": true
)The text was updated successfully, but these errors were encountered: