Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18352d7

Browse files
committed
Tweak update text
It says the window will reload, but the command has no way of knowing that is the case. Maybe the command could automatically reload, but for now, a second notification will inform the user that the window needs to be reloaded, and they can choose whether they want to do so.
1 parent dce224f commit 18352d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ export class Commands {
459459
{
460460
useCustom: true,
461461
modal: true,
462-
detail: `${this.workspace.owner_name}/${this.workspace.name} will be updated then this window will reload to watch the build logs and reconnect.`,
462+
detail: `Update ${this.workspace.owner_name}/${this.workspace.name} to the latest version?`,
463463
},
464464
"Update",
465465
)

0 commit comments

Comments
 (0)