-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugterminal-conptyIntegrated terminal issues related to the ConPTY backendIntegrated terminal issues related to the ConPTY backendterminal-processProblems launching processes, managing ptys, exiting, process leaks, etc.Problems launching processes, managing ptys, exiting, process leaks, etc.terminal-shell-pwshAn issue in the terminal specific to PowerShell, including shell integrationAn issue in the terminal specific to PowerShell, including shell integrationwindowsVS Code on Windows issuesVS Code on Windows issues
Description
There are cases where part of the prompt gets lossed when reflow happens.
This is because we don't reflow on last prompt line relying on shells to do.
- I think this is only happening on powershell windows. Tested on windows pwsh 5.1.
We should enable this for newer conptys once ConPTY: Ask for the cursor position after each resize terminal#18725 is in
With the reflowCursorLine it would take us:

So you still see the full prompt but cursor position still wrong.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugterminal-conptyIntegrated terminal issues related to the ConPTY backendIntegrated terminal issues related to the ConPTY backendterminal-processProblems launching processes, managing ptys, exiting, process leaks, etc.Problems launching processes, managing ptys, exiting, process leaks, etc.terminal-shell-pwshAn issue in the terminal specific to PowerShell, including shell integrationAn issue in the terminal specific to PowerShell, including shell integrationwindowsVS Code on Windows issuesVS Code on Windows issues