There was an error while loading. Please reload this page.
1 parent 22868f6 commit 09b962dCopy full SHA for 09b962d
src/PowerShellEditorServices/Services/PowerShell/Utility/CancellationContext.cs
@@ -66,6 +66,8 @@ public void CancelIdleParentTask()
66
67
// Note that this check is done *after* the cancellation because we want to cancel
68
// not just the idle task, but its parent as well
69
+ // because we want to cancel the ReadLine call that the idle handler is running in
70
+ // so we can run something else in the foreground
71
if (!scope.IsIdleScope)
72
{
73
break;
0 commit comments