Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Jun 21, 2024
1 parent 6bb5dab commit 81877df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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.0.2",
"version": "1.1.0",
"engines": {
"vscode": "^1.73.0"
},
Expand Down

0 comments on commit 81877df

Please sign in to comment.