Skip to content

Releases: coder/vscode-coder

v1.3.0

01 Jul 20:40
v1.3.0
d18614d
Compare
Choose a tag to compare

Added

  • If there are multiple agents, the plugin will now ask which to use.

Fixed

  • If the workspace is stopping as the plugin tries to connect, it will wait for
    the stop and then try to start the workspace. Previously it would only start
    the workspace if it happened to be in a fully stopped state when connecting.
  • Whenever the plugin wants to start a workspace, it will ask the user first to
    prevent constantly keeping a workspace up and defeating the point of
    auto-stop.

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.