From 1d11916a428432810d41690832c34d4b1bdef2f0 Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 10 Sep 2024 09:34:52 -0800 Subject: [PATCH] v1.3.2 --- CHANGELOG.md | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4600e7c4..99fc888e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 321a6659..de365710 100644 --- a/package.json +++ b/package.json @@ -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" },