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
When I hit enter on a blank line in the integrated console is does not redisplay the prompt. Instead it waits for more typing. See screencast at https://www.screencast.com/t/2KmLaAeAVmna
The text was updated successfully, but these errors were encountered:
daviwil
changed the title
Pressing enter does not cause the prompt to be redisplayed.
Pressing enter does not cause the prompt to be redisplayed
May 22, 2017
This change fixes an issue where the user's custom prompt function is
only written out fully (including any Write-Host or Write-Output
behavior) the first time the prompt appears after a command is executed.
This is because the return value of the prompt function was being cached
and re-printed each time the user hit Enter without running a new
command.
ResolvesPowerShell/vscode-powershell#774.
System Details
Name Value
PSVersion 5.0.10586.672
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.10586.672
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
When I hit enter on a blank line in the integrated console is does not redisplay the prompt. Instead it waits for more typing. See screencast at https://www.screencast.com/t/2KmLaAeAVmna
The text was updated successfully, but these errors were encountered: