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
- currently the uri handling waits for the plugin to fully initialize i.e. to sign in to the coder deployment
and have the list of workspaces retrieved.
- this is done in order to avoid scenarios were uri handling moves faster than autologin and polling and potentially
ending up with more than one polling job
- however if there is a manual login flow (for example if the user logs from the coder deployment we no
longer autologin at the next startup) we don't have to wait for the initial polling job to be initialized.
0 commit comments