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
Add confirmation prompt to workspace update action
Adds a warning dialog with explicit consent before updating workspace.
Includes warning text about workspace restart and potential data loss.
Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
detail: `Update ${this.workspace.owner_name}/${this.workspace.name} to the latest version?`,
662
+
detail: `Update ${this.workspace.owner_name}/${this.workspace.name} to the latest version?\n\nUpdating will restart your workspace and stop any running processes that may result in loss of unsaved data.`,
0 commit comments