File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ v1.3.2] ( https://github.com/coder/vscode-coder/releases/tag/v1.3.2 ) (2024-09-10)
6+
7+ ### Fixed
8+
59- Previously, if a workspace stopped or restarted causing the "Start" dialog to
6- appear in VS Code, the start button would fire a start workspace request regardless
7- of the workspace status.
8- Now we perform a check to see if the workspace is still stopped or failed. If its status
9- has changed out from under the IDE, it will not fire a redundant start request.
10+ appear in VS Code, the start button would fire a start workspace request
11+ regardless of the workspace status.
12+ Now we perform a check to see if the workspace is still stopped or failed. If
13+ its status has changed out from under the IDE, it will not fire a redundant
14+ start request.
15+ - Fix a conflict with HTTP proxies and the library we use to make HTTP
16+ requests. If you were getting 400 errors or similar from your proxy, please
17+ try again.
1018
1119### Changed
1220
Original file line number Diff line number Diff line change 44 "displayName" : " Coder" ,
55 "description" : " Open any workspace with a single click." ,
66 "repository" : " https://github.com/coder/vscode-coder" ,
7- "version" : " 1.3.1 " ,
7+ "version" : " 1.3.2 " ,
88 "engines" : {
99 "vscode" : " ^1.73.0"
1010 },
You can’t perform that action at this time.
0 commit comments