diff --git a/src/PowerShellEditorServices/Services/PowerShell/Host/PsesInternalHost.cs b/src/PowerShellEditorServices/Services/PowerShell/Host/PsesInternalHost.cs index dc1f1bc41..ace11fa79 100644 --- a/src/PowerShellEditorServices/Services/PowerShell/Host/PsesInternalHost.cs +++ b/src/PowerShellEditorServices/Services/PowerShell/Host/PsesInternalHost.cs @@ -593,6 +593,7 @@ private void RunExecutionLoop() { task.ExecuteSynchronously(cancellationScope.CancellationToken); } + Thread.Sleep(100); } }