Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Sep 10, 2024
1 parent 4dc0db9 commit 1d11916
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

## Unreleased

## [v1.3.2](https://github.com/coder/vscode-coder/releases/tag/v1.3.2) (2024-09-10)

### Fixed

- Previously, if a workspace stopped or restarted causing the "Start" dialog to
appear in VS Code, the start button would fire a start workspace request regardless
of the workspace status.
Now we perform a check to see if the workspace is still stopped or failed. If its status
has changed out from under the IDE, it will not fire a redundant start request.
appear in VS Code, the start button would fire a start workspace request
regardless of the workspace status.
Now we perform a check to see if the workspace is still stopped or failed. If
its status has changed out from under the IDE, it will not fire a redundant
start request.
- Fix a conflict with HTTP proxies and the library we use to make HTTP
requests. If you were getting 400 errors or similar from your proxy, please
try again.

### Changed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Coder",
"description": "Open any workspace with a single click.",
"repository": "https://github.com/coder/vscode-coder",
"version": "1.3.1",
"version": "1.3.2",
"engines": {
"vscode": "^1.73.0"
},
Expand Down

0 comments on commit 1d11916

Please sign in to comment.