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
Previously, the plugin would try to respawn the IDE if we fail to get a join
link after five seconds. However, it seems sometimes we do not get a join link
that quickly. Now the plugin will wait indefinitely for a join link as long as
the process is still alive. If the process never comes alive after 30 seconds
or it dies after coming alive, the plugin will attempt to respawn the IDE.
Added
Extra logging around the IDE spawn to help debugging.
Add setting to enable logging connection diagnostics from the Coder CLI for
debugging connectivity issues.