Skip to content

Releases: coder/vscode-coder

v1.2.1

25 Jun 17:44
v1.2.1
4c1cbd3
Compare
Choose a tag to compare

Fixed

  • Fix the update dialog continually reappearing.

v1.2.0

21 Jun 23:53
v1.2.0
bcf5486
Compare
Choose a tag to compare

Added

  • New setting coder.proxyBypass which is the equivalent of no_proxy. This
    only takes effect if http.proxySupport is on or off, otherwise VS Code
    overrides the HTTP agent the plugin sets.

v1.1.0

17 Jun 20:10
v1.1.0
81877df
Compare
Choose a tag to compare

Added

  • Workspace and agent statuses now show in the sidebar. These are updated every
    five seconds.
  • Support http.proxy setting and proxy environment variables.

v1.0.2

13 Jun 02:25
v1.0.2
246040f
Compare
Choose a tag to compare

Fixed

  • Redirects will now be followed when watching a workspace build, like when a
    workspace is automatically started.

v1.0.1

07 Jun 20:16
v1.0.1
09196aa
Compare
Choose a tag to compare

Changed

  • Improve an error message for when watching a build fails.

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.