Skip to content

Commit f977357

Browse files
author
Colin Blaise
committed
Merge branch 'hotfix/pses-throttle'
2 parents 3a9defc + 90c9ead commit f977357

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)