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
We should see the following logging at the end of a debug session as it calls super.disconnectRequest:
DisconnectRequest to parent
DisconnectResponse
These do not show up in remote logs because in that case close() returns without resolving a promise (code), so the rest of the exit code awaits. Vscode just has a disconnect timeout, but according to @quoctruong, Theia does not.
The text was updated successfully, but these errors were encountered:
We should see the following logging at the end of a debug session as it calls
super.disconnectRequest
:These do not show up in remote logs because in that case close() returns without resolving a promise (code), so the rest of the exit code awaits. Vscode just has a disconnect timeout, but according to @quoctruong, Theia does not.
The text was updated successfully, but these errors were encountered: