File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 7
7
### Changed
8
8
9
9
- 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
11
11
"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.
12
28
13
29
## 2.9.3 - 2024-02-10
14
30
Original file line number Diff line number Diff line change 3
3
pluginGroup =com.coder.gateway
4
4
pluginName =coder-gateway
5
5
# SemVer format -> https://semver.org
6
- pluginVersion =2.9.3
6
+ pluginVersion =2.9.4
7
7
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
8
8
# for insight into build numbers and IntelliJ Platform versions.
9
9
pluginSinceBuild =233.6745
You can’t perform that action at this time.
0 commit comments