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
fix: delay copilot login check and avoid raising error (#4709)
There appears to be some issues with being too eager to check for the login.
The server may not have been properly initialized, which results in an error
being raised by lsp-copilot--authenticated-as. That seems to wreck havoc in
the call stack and leave lsp in a weird state -- there is a copilot server
running, there seems to be a client that can be restarted... but there is no
workspace registered ...
This change give some time for the server to spin up and avoids raising an
error if the authentication request did not work.
0 commit comments