Closed
Description
According to the documentation:
Shortly (up to 10 seconds) after the user finishes signing in, you should see a status notification reflecting the new state.
However, these notifications (statusNotification
and didChangeStatus
) are only sent if the language server started with the user signed out.
[Start language server signed out] -> signIn -> [ finish signing in] -> OK [status notifications emitted]
Invoking signOut
and then subsequently signing in does not emit these:
[Start language server signed in] -> signOut -> signIn -> [ finish signing in] -> [No status notifications emitted]
Indeed, a successful signOut
(result: {"status": "NotSignedIn"}
) doesn't result in any further status transition notifications.
Tested with 1.283.0
Metadata
Metadata
Assignees
Labels
No labels