feat: connect remote container and showHome
This commit is contained in:
		
							
								
								
									
										10
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								package.json
									
									
									
									
									
								
							@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user