Releases: coder/jetbrains-coder
Releases · coder/jetbrains-coder
v2.13.1
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.
v2.13.0
Added
- When using a recent workspace connection, check if there is an update to the
IDE and prompt to upgrade if an upgrade exists.
v2.12.2
Fixed
- On Windows, expand the home directory when paths use
/
separators (for
example~/foo/bar
or$HOME/foo/bar
). This results in something like
c:\users\coder/foo/bar
, but Windows appears to be fine with the mixed
separators. As before, you can still use\
separators (for example
~\foo\bar
or$HOME\foo\bar
.
v2.12.1
Changed
- Allow connecting when the agent state is "connected" but the lifecycle state
is "created". This may resolve issues when trying to connect to an updated
workspace where the agent has restarted but lifecycle scripts have not been
ran again.
v2.12.0
Added
- Set
--usage-app
on the proxy command if the Coder CLI supports it
(>=2.13.0). To make use of this, you must add the connection again through the
"Connect to Coder" flow or by using the dashboard link (the recents
connections do not reconfigure SSH).
Changed
- Add support for latest Gateway 242.* EAP.
Fixed
- The version column now displays "Up to date" or "Outdated" instead of
duplicating the status column.
v2.11.7
Fixed
- Polling and workspace action buttons when running from File > Remote
Development within a local IDE.
v2.11.6
Fixed
- Multiple clients being launched when a backend was already running.
v2.11.5
Added
- Automatically restart and reconnect to the IDE backend when it disappears.
v2.11.4
Fixed
- All recent connections show their status now, not just the first.
v2.11.3
Fixed
- Default URL setting was showing the help text for the setup command instead of
its own description. - Exception when there is no default or last used URL.