Skip to content

Releases: coder/vscode-coder

v1.0.0

05 Jun 22:45
v1.0.0
a463da7
Compare
Choose a tag to compare

Added

  • Support opening workspaces that belong to a different deployment than the one
    which is currently logged in. This will only work for new connections. If you
    have an existing connection that errors when connecting because of this,
    please connect it again using the plugin or the Coder dashboard. Optionally,
    you may also want to delete your old workspaces from the recents list.

Fixed

  • Escape variables in the header command. If you have a variable in the header
    command itself, like echo TEST=$CODER_URL, it will now work as expected
    instead of being substituted with a blank or erroneous value.

v0.1.37

24 May 19:10
v0.1.37
345b8f1
Compare
Choose a tag to compare

Added

  • openRecent query parameter to open the most recent workspace or directory for
    that remote.
  • Setting to disable downloading the binary. When disabled, the existing binary
    will be used as-is. If the binary is missing, the plugin will error.

Fixed

  • Increased timeout will apply to reconnects as well.

Changed

  • Show certificate errors under the token input.

v0.1.36

09 Apr 16:39
v0.1.36
5c98d9a
Compare
Choose a tag to compare

Changes

  • Automatically update a workspace if required by the template.
  • Show more information when remote setup fails.

Fixes

  • Abort remote connection when remote setup fails.

v0.1.35

13 Mar 18:31
v0.1.35
8850f8f
Compare
Choose a tag to compare

Changes

  • Support running within Cursor.

v0.1.34

03 Mar 23:33
v0.1.34
0bca399
Compare
Choose a tag to compare

Changes

  • Improve fetching the Coder binary. This is mostly just better logging but it
    also will avoid fetching if the existing binary version already matches, to
    support scenarios where the ETag is ignored.

v0.1.33

20 Feb 18:32
v0.1.33
6407437
Compare
Choose a tag to compare

Bug fixes

  • Prevent updating template when automatically starting workspace

v0.1.32

09 Feb 16:50
Compare
Choose a tag to compare

Bug Fixes

Commits

v0.1.31

02 Feb 04:54
v0.1.31
343d097
Compare
Choose a tag to compare

Changed

  • Override connect timeout (#194)

Added

  • Add URL history and support for CODER_URL (#200)
  • Automatically refresh workspaces (#203)

v0.1.30

18 Jan 23:17
v0.1.30
d775e37
Compare
Choose a tag to compare

Changed

  • bccc486: halved notification check for autostop warning (#189) (Stephen Kirby) #189

v0.1.29

08 Dec 17:25
v0.1.29
7ead36a
Compare
Choose a tag to compare

Features

  • expand ${userHome} in tls settings paths (#176) (coryb)