We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e18c5 commit 56a0ebdCopy full SHA for 56a0ebd
src/PowerShellEditorServices/Session/SessionPSHostUserInterface.cs
@@ -320,10 +320,8 @@ private void WaitForPromptCompletion<TResult>(
320
try
321
{
322
// This will synchronously block on the prompt task
323
- // method which gets run on another thread. Use a
324
- // 30 second timeout so that everything doesn't get
325
- // backed up if the user doesn't respond.
326
- promptTask.Wait(15000);
+ // method which gets run on another thread.
+ promptTask.Wait();
327
328
if (promptTask.Status == TaskStatus.WaitingForActivation)
329
0 commit comments