-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Closed
Closed
Copy link
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another labelverifiedVerification succeededVerification succeededwindowsVS Code on Windows issuesVS Code on Windows issues
Milestone
Description
Testing #34868
Scrolling using the mouse wheel appears to scroll a constant number of lines, regardless of the terminal height, which can become very confusing:
- save this file as UTF8 with bom (I think it is already)
- configure
"terminal.integrated.scrollback": 5000
- run
chcp 65001
- run
cat emoji-test.txt
This is using all the defaults:
- the editor scrolls by ~5 lines
- native PowerShell scrolls by ~3 lines
- our integrated terminal scrolls by ~12 lines
For example, in this case, scrolling via mouse wheel once has jumped over "Venezuela", which is very confusing:
alexdima
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugterminalGeneral terminal issues that don't fall under another labelGeneral terminal issues that don't fall under another labelverifiedVerification succeededVerification succeededwindowsVS Code on Windows issuesVS Code on Windows issues