Commit 2942ea0
committed
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.
Fixes PowerShell/vscode-powershell#698.1 parent 97f4543 commit 2942ea0
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
479 | | - | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
480 | 484 | | |
481 | 485 | | |
482 | 486 | | |
| |||
0 commit comments