File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ### Fixed
6
+
5
7
- Remove agent singleton so that client TLS certificates are reloaded on every API request.
6
8
- Use Axios client to receive event stream so TLS settings are properly applied.
7
9
8
- ### Fixed
9
-
10
10
## [ v1.4.1] ( https://github.com/coder/vscode-coder/releases/tag/v1.4.1 ) (2025-02-19)
11
11
12
+ ### Fixed
13
+
12
14
- Recreate REST client in spots where confirmStart may have waited indefinitely.
13
15
14
16
## [ v1.4.0] ( https://github.com/coder/vscode-coder/releases/tag/v1.4.0 ) (2025-02-04)
15
17
18
+ ### Fixed
19
+
16
20
- Recreate REST client after starting a workspace to ensure fresh TLS certificates.
21
+
22
+ ### Changed
23
+
17
24
- Use ` coder ssh ` subcommand in place of ` coder vscodessh ` .
18
25
19
26
## [ v1.3.10] ( https://github.com/coder/vscode-coder/releases/tag/v1.3.10 ) (2025-01-17)
20
27
28
+ ### Fixed
29
+
21
30
- Fix bug where checking for overridden properties incorrectly converted host name pattern to regular expression.
22
31
23
32
## [ v1.3.9] ( https://github.com/coder/vscode-coder/releases/tag/v1.3.9 ) (2024-12-12)
24
33
34
+ ### Fixed
35
+
25
36
- Only show a login failure dialog for explicit logins (and not autologins).
26
37
27
38
## [ v1.3.8] ( https://github.com/coder/vscode-coder/releases/tag/v1.3.8 ) (2024-12-06)
28
39
40
+ ### Changed
41
+
29
42
- When starting a workspace, shell out to the Coder binary instead of making an
30
43
API call. This reduces drift between what the plugin does and the CLI does. As
31
44
part of this, the ` session_token ` file was renamed to ` session ` since that is
You can’t perform that action at this time.
0 commit comments