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