You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change fixes an issue where $host.UI prompt functions do not return
the user's response when run inside of PowerShell editor commands. This
was caused by the HandleInvokeExtensionCommand method returning a Task
that did not complete until after the command completed. The fix was to
not await on completion of the command so that the prompt response has a
chance to come through.
0 commit comments