-
Notifications
You must be signed in to change notification settings - Fork 311
extra line after submitting command in VS Code terminal #1042
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
I forgot two details:
So its possible this issue belongs in the VSCode-PowerShell repository. |
You should (hopefully) be able to set
Yeah it does. When I was integrating PSRL I was a bit aggressive in fixing an issue where prompts stayed on the same line and forgot to go back and fix it. Should be just removing an extra |
Thanks, @SeeminglyScience, I was going to doublecheck the method to the I'll close this here and reopen one in VSCode-PowerShell. |
Environment data
This is actually a build of PSReadLine using PR #979
Steps to reproduce
Using PowerShell in VS Code's terminal (currently 1.38.1 Stable and Nightly) enter commands until the buffer (screen) is full. At that time, every command entered seems to receive a blank line immediately after the last line of the command, before the results or next prompt appears. This can be demonstrated with a blank command entry.
This does not happen with the normal Windows console, nor does this happen if I switch to CMD in a PowerShell session, inside VS Code's terminal.
The text was updated successfully, but these errors were encountered: