feat: connect remote container and showHome

This commit is contained in:
Levi Yan
2024-07-01 12:25:28 +08:00
parent 95b7e3b32d
commit 4afa0ccccc
4 changed files with 159 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ export default class QuickAccessTreeProvider {
undefined,
undefined,
vscode.TreeItemCollapsibleState.Expanded,
[new QuickItem('hello', 'superide.hello')]
[new QuickItem('Connect Remote Container', 'superide.connectRemoteContainer')]
),
];
}