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
Fixes#362.
The `await` was introduced by an unintended change in the languageclient-v8 patch.
FileStatus listens the client state-changing event, which should not wait until the client has
been started (otherwise, we will miss some state-change events).
0 commit comments