Skip to content

Commit 33c80e6

Browse files
committed
Fix changelog format
1 parent 56ce33c commit 33c80e6

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,42 @@
22

33
## Unreleased
44

5-
- Use Axios client to receive event stream so TLS settings are properly applied.
6-
75
### Fixed
86

7+
- Use Axios client to receive event stream so TLS settings are properly applied.
8+
99
## [v1.4.1](https://github.com/coder/vscode-coder/releases/tag/v1.4.1) (2025-02-19)
1010

11+
### Fixed
12+
1113
- Recreate REST client in spots where confirmStart may have waited indefinitely.
1214

1315
## [v1.4.0](https://github.com/coder/vscode-coder/releases/tag/v1.4.0) (2025-02-04)
1416

17+
### Fixed
18+
1519
- Recreate REST client after starting a workspace to ensure fresh TLS certificates.
20+
21+
### Changed
22+
1623
- Use `coder ssh` subcommand in place of `coder vscodessh`.
1724

1825
## [v1.3.10](https://github.com/coder/vscode-coder/releases/tag/v1.3.10) (2025-01-17)
1926

27+
### Fixed
28+
2029
- Fix bug where checking for overridden properties incorrectly converted host name pattern to regular expression.
2130

2231
## [v1.3.9](https://github.com/coder/vscode-coder/releases/tag/v1.3.9) (2024-12-12)
2332

33+
### Fixed
34+
2435
- Only show a login failure dialog for explicit logins (and not autologins).
2536

2637
## [v1.3.8](https://github.com/coder/vscode-coder/releases/tag/v1.3.8) (2024-12-06)
2738

39+
### Changed
40+
2841
- When starting a workspace, shell out to the Coder binary instead of making an
2942
API call. This reduces drift between what the plugin does and the CLI does. As
3043
part of this, the `session_token` file was renamed to `session` since that is

0 commit comments

Comments
 (0)