-
Notifications
You must be signed in to change notification settings - Fork 511
F8: Doesn't auto scroll integrated terminal to end if terminal was scrolled up before #676
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
Comments
Thanks Ben! This probably something to ask @Tyriar about: any way for us to cause the terminal to scroll to the end when output is written? |
@daviwil |
At the moment I'm not using |
@daviwil the run selected text command uses |
Currently in the PowerShell extension, F8 is bound to a custom command that sends a request to my language server to run the selected text, so we're not using the built in "Run Selection" command. This will change in the future once I get PSReadline hooked up in the Integrated Console; the default behavior of the "Run Selection" command will work for us then. Weird and confusing, I know :) |
I am having trouble re-producing this so I am guessing it has been fixed in updates, will reopen if this is still an issue. |
System Details
$PSVersionTable
: All versionsIssue Description
When I inspected output in the Integrated Terminal by scrolling up, I then run the next command from the file by pressing F8. Expected behavior would be that the Integrated Terminal would scroll down automatically when the code is executed. Instead it stays at the current scrolled to line.
In the gif, I'm scrolling the terminal manually after I ran code using F8 and the Terminal did not scroll down automatically
The text was updated successfully, but these errors were encountered: