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
@jrieken hm, not so straight forward but I can see two possible options with the existing way it works:
I seem to dispose the actions of messages when they get hidden so you could detect that in your action (e.g. the close action if you have one) and know that the message hides
Testing #5743
The promise returned by
vscode.window.showInformationMessage()
never completes if the user dismisses it with Escape.I expected it to complete with
undefined
, similarly to when pressingClose
.The text was updated successfully, but these errors were encountered: