Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Jul 1, 2024
1 parent f037119 commit d18614d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## Unreleased

## [v1.3.0](https://github.com/coder/vscode-coder/releases/tag/v1.3.0) (2024-07-01)

### Added

- If there are multiple agents, the plugin will now ask which to use.

### Fixed

- If the workspace is stopping as the plugin tries to connect, it will wait for
the stop and then try to start the workspace. Previously it would only start
the workspace if it happened to be in a fully stopped state when connecting.
- Whenever the plugin wants to start a workspace, it will ask the user first to
prevent constantly keeping a workspace up and defeating the point of
auto-stop.

## [v1.2.1](https://github.com/coder/vscode-coder/releases/tag/v1.2.1) (2024-06-25)

### Fixed
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.2.1",
"version": "1.3.0",
"engines": {
"vscode": "^1.73.0"
},
Expand Down

0 comments on commit d18614d

Please sign in to comment.