area/parserhelp wantedtype/enhancement
倉庫指標
- 星標
- (16,196 顆星)
- PR 合併指標
- (平均合併 2天 10小時) (30 天內合併 16 個 PR)
描述
Details
- VScode version: 1.93.1
- OS version: RHEL 9
Steps to reproduce
less file.txt- Scroll mouse one click
Expected outcome
File scrolls the same 3 lines you get in the scrollback buffer, or as commonly seen in almost all other terminals.
Actual outcome
File scrolls a single line.
Additional details
If I do an strace of less, I can see the other terminals send three \33OB on one mouse scroll click, whilst xterm.js only sends the one. Which fully explains things.
I couldn't find any setting in vscode that affected this. Workarounds are welcome.