Skip to content

Commit

Permalink
feat: create new devbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter committed Nov 7, 2024
1 parent 9dc223f commit 200dfc9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ class MyTreeDataProvider implements vscode.TreeDataProvider<MyTreeItem> {
// TODO: 根据不同的代理跳转到不同的页面,而且可以进行设置里的配置
create(item: MyTreeItem) {
vscode.commands.executeCommand('devbox.openExternalLink', [
'https://usw.sailos.io/?openapp=system-devbox',
`https://usw.sailos.io/?openapp=system-devbox?${encodeURIComponent(
`page=create`
)}`,
])
}

Expand Down

0 comments on commit 200dfc9

Please sign in to comment.