File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 77### Changed
88
99- Disable autostarting workspaces by default on macOS to prevent an issue where
10- it wakes periodically and keeps the workspace on. This can be toggled via the
10+ it wakes periodically and keeps the workspace on. This can be toggled via the
1111 "Disable autostart" setting.
12+ - CLI configuration is now reported in the progress indicator. Before it
13+ happened in the background so it made the "Select IDE and project" button
14+ appear to hang for a short time while it completed.
15+
16+ ### Fixed
17+
18+ - Prevent environment variables being expanded too early in the header
19+ command. This will make header commands like ` auth --url=$CODER_URL ` work.
20+ - Stop workspaces before updating them. This is necessary in some cases where
21+ the update changes parameters and the old template needs to be stopped with
22+ the existing parameter values first or where the template author was not
23+ diligent about making sure the agent gets restarted with the new ID and token
24+ when doing two build starts in a row.
25+ - Errors from API requests are now read and reported rather than only reporting
26+ the HTTP status code.
27+ - Data and binary directories are expanded so things like ` ~ ` can be used now.
1228
1329## 2.9.3 - 2024-02-10
1430
Original file line number Diff line number Diff line change 33pluginGroup =com.coder.gateway
44pluginName =coder-gateway
55# SemVer format -> https://semver.org
6- pluginVersion =2.9.3
6+ pluginVersion =2.9.4
77# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88# for insight into build numbers and IntelliJ Platform versions.
99pluginSinceBuild =233.6745
You can’t perform that action at this time.
0 commit comments