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
Use 'which stops' instead of 'and stop' to clarify that the restart
causes the process stopping and potential data loss.
Co-authored-by: kylecarbs <7122116+kylecarbs@users.noreply.github.com>
Copy file name to clipboardExpand all lines: src/commands.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -659,7 +659,7 @@ export class Commands {
659
659
{
660
660
useCustom: true,
661
661
modal: true,
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 work.`,
662
+
detail: `Update ${this.workspace.owner_name}/${this.workspace.name} to the latest version?\n\nUpdating will restart your workspace which stops any running processes and may result in the loss of unsaved work.`,
0 commit comments