-
Notifications
You must be signed in to change notification settings - Fork 39.8k
Terminal keeps scrolling up when typing, leaving a mostly blank panel. #274816
Copy link
Copy link
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team memberterminal-shell-git-bashAn issue in the terminal specific to git bash on Windows, including shell integrationAn issue in the terminal specific to git bash on Windows, including shell integrationterminal-shell-pwshAn issue in the terminal specific to PowerShell, including shell integrationAn issue in the terminal specific to PowerShell, including shell integration
Milestone
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmedIssue has been confirmed by VS Code Team memberIssue has been confirmed by VS Code Team memberterminal-shell-git-bashAn issue in the terminal specific to git bash on Windows, including shell integrationAn issue in the terminal specific to git bash on Windows, including shell integrationterminal-shell-pwshAn issue in the terminal specific to PowerShell, including shell integrationAn issue in the terminal specific to PowerShell, including shell integration
I have a keypress mapped to the
workbench.action.toggleMaximizedPanelwhen interminalFocus, so that my terminal will vertically fill VS Code so that I can see all the terminal output. Unfortunately VS Code thwarts my efforts, because as soon as I start typing, it scrolls the terminal content up, leaving about 2/3 of the bottom half of the terminal as blank space!I'll use my mouse scroll back to the terminal history so that I can see what the terminal output was before. The cursor will still be visible at the bottom of the panel. I'll happily start to type, looking at the previous terminal history at the top of the panel. But as soon as I press a key, VS Code scrolls everything up, hiding the history again.
This happens for no reason, as the cursor is visible in the panel, and even has blank space below it. There is no reason to scroll the terminal up under these conditions. It's very irritating and gets in the way of productivity.