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
Currently, positron.runtime.restartSession resolves when the restart sequence is started. Could we update it to resolve when the session enters the ready state, or reject after a timeout?
The text was updated successfully, but these errors were encountered:
No reason we couldn't do this, so long as we audit existing usage to make sure it isn't awaiting this in such a way that the UI won't ever update to the restarting phase.
Currently,
positron.runtime.restartSession
resolves when the restart sequence is started. Could we update it to resolve when the session enters the ready state, or reject after a timeout?The text was updated successfully, but these errors were encountered: