Releases: coder/vscode-coder
Releases · coder/vscode-coder
v1.4.2
Fixed
- Remove agent singleton so that client TLS certificates are reloaded on every API request.
- Use Axios client to receive event stream so TLS settings are properly applied.
- Set
usage-app=vscode
oncoder ssh
to fix deployment session counting. - Fix version comparison logic for checking wildcard support in "coder ssh"
v1.4.1
Fixed
- Recreate REST client in spots where confirmStart may have waited indefinitely.
v1.4.0
- Recreate REST client after starting a workspace to ensure fresh TLS certificates.
- Use
coder ssh
subcommand in place ofcoder vscodessh
.
v1.3.10
Fix bug where checking for overridden properties incorrectly converted host name pattern to regular expression.
v1.3.9
- Only show a login failure dialog for explicit logins (and not autologins).
v1.3.8
- When starting a workspace, shell out to the Coder binary instead of making an
API call. This reduces drift between what the plugin does and the CLI does. As
part of this, thesession_token
file was renamed tosession
since that is
what the CLI expects.
v1.3.7
Added
- New setting
coder.tlsAltHost
to configure an alternative hostname to use for
TLS verification. This is useful when the hostname in the certificate does not
match the hostname used to connect.
v1.3.6
Added
- Default URL setting that takes precedence over CODER_URL.
- Autologin setting that automatically initiates login when the extension
activates using either the default URL or CODER_URL.
Changed
- When a client certificate and/or key is configured, skip token authentication.
v1.3.5
Fixed
- Error messages from the workspace watch endpoint were not logged correctly.
- Delay notifying about workspaces shutting down since the connection might bump
the activity, making the notification misleading.
v1.3.4
Fixed
- The "All Workspaces" view was not being populated due to visibility check.
Added
- Log workspaces queries when running with
--log=debug
. - Coder output logs will now have the date prefixed to each line.