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
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.95.3
OS Version: Mac OS Sonoma 14.7.1
Steps to Reproduce:
Open Terminal
Create enough output that the terminal scrolls
Run any command that switches the terminal to altscreen and back. For example, run and quit less /usr/share/dict/words or run and quit vim.
Attempt to scroll the terminal using the mouse wheel.
Expected behavior:
The terminal scrolls relative to the current position (the bottom of the scrollback).
Actual behavior:
Attempting to scroll up has no effect. Attempting to scroll down jumps to the top of the scrollback and scrolls down from there.
Based on the behavior, I'd imagine that switching to altscreen is resetting some notion of the internal scroll position to the top of the scrollback, and it's not being properly restored when the altscreen is ended.
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
less /usr/share/dict/words
or run and quitvim
.Expected behavior:
The terminal scrolls relative to the current position (the bottom of the scrollback).
Actual behavior:
Attempting to scroll up has no effect. Attempting to scroll down jumps to the top of the scrollback and scrolls down from there.
Based on the behavior, I'd imagine that switching to altscreen is resetting some notion of the internal scroll position to the top of the scrollback, and it's not being properly restored when the altscreen is ended.
The text was updated successfully, but these errors were encountered: