Releases: coder/vscode-coder
Releases · coder/vscode-coder
v1.2.1
Fixed
- Fix the update dialog continually reappearing.
v1.2.0
Added
- New setting
coder.proxyBypass
which is the equivalent ofno_proxy
. This
only takes effect ifhttp.proxySupport
ison
oroff
, otherwise VS Code
overrides the HTTP agent the plugin sets.
v1.1.0
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
Fixed
- Redirects will now be followed when watching a workspace build, like when a
workspace is automatically started.
v1.0.1
Changed
- Improve an error message for when watching a build fails.
v1.0.0
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, likeecho TEST=$CODER_URL
, it will now work as expected
instead of being substituted with a blank or erroneous value.
v0.1.37
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
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
Changes
- Support running within Cursor.
v0.1.34
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.