Skip to content

Commit 81877df

Browse files
committed
v1.1.0
1 parent 6bb5dab commit 81877df

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
## Unreleased
44

5+
## [v1.1.0](https://github.com/coder/vscode-coder/releases/tag/v1.1.0) (2024-06-17)
6+
57
### Added
68

79
- Workspace and agent statuses now show in the sidebar. These are updated every
810
five seconds.
9-
- Support http.proxy setting and proxy environment variables.
11+
- Support http.proxy setting and proxy environment variables. This only takes
12+
effect if http.proxySupport is `off` or `on`, otherwise VS Code overrides the
13+
HTTP agent the plugin sets.
1014

1115
## [v1.0.2](https://github.com/coder/vscode-coder/releases/tag/v1.0.2) (2024-06-12)
1216

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Coder",
55
"description": "Open any workspace with a single click.",
66
"repository": "https://github.com/coder/vscode-coder",
7-
"version": "1.0.2",
7+
"version": "1.1.0",
88
"engines": {
99
"vscode": "^1.73.0"
1010
},

0 commit comments

Comments
 (0)