File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ v1.3.0] ( https://github.com/coder/vscode-coder/releases/tag/v1.3.0 ) (2024-07-01)
6+
7+ ### Added
8+
9+ - If there are multiple agents, the plugin will now ask which to use.
10+
11+ ### Fixed
12+
13+ - If the workspace is stopping as the plugin tries to connect, it will wait for
14+ the stop and then try to start the workspace. Previously it would only start
15+ the workspace if it happened to be in a fully stopped state when connecting.
16+ - Whenever the plugin wants to start a workspace, it will ask the user first to
17+ prevent constantly keeping a workspace up and defeating the point of
18+ auto-stop.
19+
520## [ v1.2.1] ( https://github.com/coder/vscode-coder/releases/tag/v1.2.1 ) (2024-06-25)
621
722### Fixed
Original file line number Diff line number Diff line change 44 "displayName" : " Coder" ,
55 "description" : " Open any workspace with a single click." ,
66 "repository" : " https://github.com/coder/vscode-coder" ,
7- "version" : " 1.2.1 " ,
7+ "version" : " 1.3.0 " ,
88 "engines" : {
99 "vscode" : " ^1.73.0"
1010 },
You can’t perform that action at this time.
0 commit comments