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
There is a general class of problems in the integrated console experience where commands that were executed internally (like extension commands or running Plaster templates) do not interrupt the command prompt, causing future input to be written over previous output lines.
The fix is to have the command prompt be interrupted by any commands which write output or errors to the host.
The text was updated successfully, but these errors were encountered:
This change fixes a general class of problems in the integrated console
experience where commands that were executed internally (like extension
commands or running Plaster templates) do not interrupt the command
prompt, causing future input to be written over previous output lines.
The fix is to have the command prompt be interrupted by any commands
which write output or errors to the host.
FixesPowerShell#411.
There is a general class of problems in the integrated console experience where commands that were executed internally (like extension commands or running Plaster templates) do not interrupt the command prompt, causing future input to be written over previous output lines.
The fix is to have the command prompt be interrupted by any commands which write output or errors to the host.
The text was updated successfully, but these errors were encountered: