You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Coder workspace is stopped, either manually or on a schedule, Any remote VSCode sessions connected to that workspace will display the below prompt to the user:
If the user clicks on "Start Workspace", Coder will start the workspace, as expected. However, what's not expected or desired is that it also updates the workspace to the active template version, without the permission of the user.
Before clicking "Start Workspace":
After clicking "Start Workspace":
Even if I click "Cancel" on the prompt or close the modal, it will still update my workspace to the active template version.
Desired behavior
Clicking "Start Workspace" should only start the workspace, it should not update it to the active template version.
The text was updated successfully, but these errors were encountered:
eswolinsky3241
changed the title
Clicking "Reopen" on workspace updates template to active version
Clicking "Start Workspace" on stopped workspace prompt updates workspace to active template version
Dec 28, 2023
+1 👍 from me on this as well.
This is a much-needed improvement!
On the Jetbrains plugin, this is already handled by showing the state of each workspace, so we will definately want this behaviour in vscode as well 😄
When a Coder workspace is stopped, either manually or on a schedule, Any remote VSCode sessions connected to that workspace will display the below prompt to the user:
If the user clicks on "Start Workspace", Coder will start the workspace, as expected. However, what's not expected or desired is that it also updates the workspace to the active template version, without the permission of the user.
Before clicking "Start Workspace":

After clicking "Start Workspace":

Even if I click "Cancel" on the prompt or close the modal, it will still update my workspace to the active template version.
Desired behavior
Clicking "Start Workspace" should only start the workspace, it should not update it to the active template version.
The text was updated successfully, but these errors were encountered: