Releases: coder/vscode-coder
Releases · coder/vscode-coder
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.
v0.1.33
Bug fixes
- Prevent updating template when automatically starting workspace
v0.1.32
Bug Fixes
- replace ssh config block in-place (#211) #211 (Mathias Fredriksson)
Commits
- 863cf74: v0.1.32 (Kyle Carberry)
v0.1.31
v0.1.30
v0.1.29
v0.1.28
Bug Fixes
- check for versions greater than 2.3.3 for the log-dir flag (#168) #168 (Kyle Carberry)