Skip to content

v2.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 01:27
· 63 commits to main since this release
f662f43

Changed

  • 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.