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
Fix command prompt cursor location issues while debugging
This change fixes an issue which causes the user's cursor location to
jump around when they type the first letter after stepping through code
or hitting multiple breakpoints sequentially. This is caused by a
hanging input listener which wasn't respecting the cancellation of its
task when it gets evaluated.
FixesPowerShell/vscode-powershell#698.
0 commit comments