Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smoother scrolling for terminal #125950

Closed
Vaccano opened this issue Jun 10, 2021 · 3 comments · Fixed by #156993
Closed

Smoother scrolling for terminal #125950

Vaccano opened this issue Jun 10, 2021 · 3 comments · Fixed by #156993
Assignees
Labels
feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders on-testplan terminal Integrated terminal issues upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-fixed The underlying upstream issue has been fixed upstream-issue-linked This is an upstream issue that has been reported upstream
Milestone

Comments

@Vaccano
Copy link

Vaccano commented Jun 10, 2021

I really like the PowerShell integration for writing PowerShell scripts. The one frustration I have is with the Terminal. When it is at a quarter of my screen it can only fit 25 lines on the screen.

This makes the scrolling with the mouse wheel is super frustrating. Each "unit" of mouse scroll moves 9 lines! That means the smallest scroll I can do moves my output by 36%. That is HUGE!!!

Please allow for smoother scrolling in the PowerShell terminal window. (Similar to the code editor.)

@meganrogge meganrogge added feature-request Request for new features or functionality terminal Integrated terminal issues labels Jun 11, 2021
@Tyriar
Copy link
Member

Tyriar commented Aug 9, 2021

Smooth scrolling is tracked upstream in xtermjs/xterm.js#1140

Note you can customize scrolling sensitivity with the terminal.integrated.mouseWheelScrollSensitivity setting.

@Tyriar Tyriar modified the milestones: Backlog Candidates, Backlog Aug 9, 2021
@Tyriar Tyriar added upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-linked This is an upstream issue that has been reported upstream labels Aug 9, 2021
@Tyriar Tyriar added the upstream-issue-fixed The underlying upstream issue has been fixed label Aug 3, 2022
@Tyriar Tyriar modified the milestones: Backlog, August 2022 Aug 3, 2022
Tyriar added a commit that referenced this issue Aug 3, 2022
@VSCodeTriageBot VSCodeTriageBot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Aug 3, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders on-testplan terminal Integrated terminal issues upstream Issue identified as 'upstream' component related (exists outside of VS Code) upstream-issue-fixed The underlying upstream issue has been fixed upstream-issue-linked This is an upstream issue that has been reported upstream
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@Vaccano @Tyriar @meganrogge @VSCodeTriageBot and others