Open
Description
Steps
- In the integrated console run
$psEditor.Window.ShowErrorMessage('test')
- Do not click the X on the notifcation, instead click anywhere in the body and press escape.
Expected
The notification to be dismissed and the prompt to return.
Actual
The notification is dismissed, but the prompt never returns. ShowErrorMessage
blocks the pipeline indefinitely.
Notes
The pipeline completes if the X is clicked instead. All that said, I don't think it should ever wait for completion. It feels real bad, especially from editor commands, to require dismissing the notification to free up the pipeline thread.