Skip to content

Releases: coder/vscode-coder

v1.4.2

07 Mar 17:55
Compare
Choose a tag to compare

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 on coder ssh to fix deployment session counting.
  • Fix version comparison logic for checking wildcard support in "coder ssh"

v1.4.1

19 Feb 20:02
Compare
Choose a tag to compare

Fixed

  • Recreate REST client in spots where confirmStart may have waited indefinitely.

v1.4.0

04 Feb 20:50
Compare
Choose a tag to compare
  • Recreate REST client after starting a workspace to ensure fresh TLS certificates.
  • Use coder ssh subcommand in place of coder vscodessh.

v1.3.10

17 Jan 21:49
Compare
Choose a tag to compare

Fix bug where checking for overridden properties incorrectly converted host name pattern to regular expression.

v1.3.9

12 Dec 22:50
v1.3.9
2766d2f
Compare
Choose a tag to compare
  • Only show a login failure dialog for explicit logins (and not autologins).

v1.3.8

06 Dec 19:35
v1.3.8
34faac3
Compare
Choose a tag to compare
  • 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, the session_token file was renamed to session since that is
    what the CLI expects.

v1.3.7

05 Nov 00:14
v1.3.7
da1aaed
Compare
Choose a tag to compare

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

04 Nov 19:52
v1.3.6
d4ccfa7
Compare
Choose a tag to compare

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

16 Oct 18:54
v1.3.5
f779aa2
Compare
Choose a tag to compare

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

15 Oct 00:27
v1.3.4
3e5ca51
Compare
Choose a tag to compare

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.