Skip to content

Commit

Permalink
chore: some text adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter committed Nov 12, 2024
1 parent 136b8a2 commit 1de828d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/ide/vscode/devbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "devbox-aio",
"displayName": "Devbox",
"description": "help code for cloud devbox in sailos/sealos",
"version": "0.9.12",
"version": "0.9.13",
"keywords": [
"devbox",
"remote development",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class MyTreeDataProvider implements vscode.TreeDataProvider<MyTreeItem> {

async delete(item: MyTreeItem) {
const result = await vscode.window.showWarningMessage(
`Are you sure to delete ${item.label}?This action only delete the devbox from the local ssh config)`,
`Are you sure to delete ${item.label}?\n(This action will only delete the devbox ssh config in the local environment.)`,
{ modal: true },
'Yes',
'No'
Expand Down

0 comments on commit 1de828d

Please sign in to comment.