Skip to content

Commit 90c9ead

Browse files
author
Colin Blaise
committed
Throttled no-op loop
1 parent 3a9defc commit 90c9ead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PowerShellEditorServices/Services/PowerShell/Host/PsesInternalHost.cs

+1
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ private void RunExecutionLoop()
593593
{
594594
task.ExecuteSynchronously(cancellationScope.CancellationToken);
595595
}
596+
Thread.Sleep(100);
596597
}
597598
}
598599

0 commit comments

Comments
 (0)