From 81877df60752c05896ffab8c9487d398be65ace8 Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 17 Jun 2024 12:02:34 -0800 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 977b2b86..c497e215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ ## Unreleased +## [v1.1.0](https://github.com/coder/vscode-coder/releases/tag/v1.1.0) (2024-06-17) + ### Added - Workspace and agent statuses now show in the sidebar. These are updated every five seconds. -- Support http.proxy setting and proxy environment variables. +- Support http.proxy setting and proxy environment variables. This only takes + effect if http.proxySupport is `off` or `on`, otherwise VS Code overrides the + HTTP agent the plugin sets. ## [v1.0.2](https://github.com/coder/vscode-coder/releases/tag/v1.0.2) (2024-06-12) diff --git a/package.json b/package.json index 008939b0..281c75df 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.0.2", + "version": "1.1.0", "engines": { "vscode": "^1.73.0" },