Skip to content

Commit 3575c79

Browse files
remove KeyAvailable query
1 parent afdfb43 commit 3575c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Session/InvocationEventQueue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ private void OnPowerShellIdle(object sender, EventArgs e)
179179
InvocationRequest currentRequest = null;
180180
try
181181
{
182-
if (_invocationRequest == null || System.Console.KeyAvailable)
182+
if (_invocationRequest == null)
183183
{
184184
return;
185185
}

0 commit comments

Comments
 (0)