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

@@ -6,7 +6,7 @@
"vscode": "^1.65.0"
},
"license": "Apache-2.0",
"displayName": "Super IDE",
"displayName": "SuperIDE",
"description": "",
"categories": [],
"keywords": [],
@@ -29,6 +29,11 @@
"command": "superide.showHome",
"title": "SuperIDE Home",
"category": "Super IDE"
},
{
"command": "superide.connectRemoteContainer",
"title": "Connect to a Remote Container",
"category": "Super IDE"
}
],
"menus": {
@@ -91,7 +96,8 @@
"vscode:package": "webpack --mode production && vsce package"
},
"dependencies": {
"fs-plus": "~3.1.1"
"fs-plus": "~3.1.1",
"node-ssh": "^13.2.0"
},
"devDependencies": {
"@babel/core": "~7.21.3",