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
Use new strategy for ConsoleReadLine.ReadKeyAsync to fix macOS and Linux issues
This change uses a new strategy for providing a quasi-async
Console.ReadKey implementation so that key handling works better on Linux
and macOS. This should eliminate issues where keys and escape sequences
were being echoed incorrectly. It should also eliminate the issue where
the backspace key is unusable on these platforms.
ResolvesPowerShell/vscode-powershell#533.
ResolvesPowerShell/vscode-powershell#542.
0 commit comments