Skip to content

Status notifications not emitted when signing in after signing out #8

Closed
@ethereon

Description

@ethereon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions