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
The "Delete" button in JetBrains Toolbox when managing Coder workspaces is confusing. Users may think it will only remove the IDE connection from Toolbox (similar to disconnecting), but it actually deletes the entire Coder workspace.
Expected Behavior
The button should clearly indicate it will delete the workspace, not just remove the connection
Consider renaming to "Delete Workspace" for clarity
Match the VS Code extension UX which doesn't have this ambiguity
Current Impact
Users can accidentally delete their workspaces when they only intended to remove the IDE connection from Toolbox.
Suggested Solution
Rename the button from "Delete" to "Delete Workspace"
Consider adding a confirmation dialog that clearly states the workspace will be deleted
Potentially remove the delete button entirely from Toolbox to match VS Code UX