refactor: clean the old name-superide
This commit is contained in:
		
							
								
								
									
										16
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								package.json
									
									
									
									
									
								
							@@ -27,13 +27,13 @@
 | 
			
		||||
    "commands": [
 | 
			
		||||
      {
 | 
			
		||||
        "command": "devstar.showHome",
 | 
			
		||||
        "title": "SuperIDE Home",
 | 
			
		||||
        "category": "Super IDE"
 | 
			
		||||
        "title": "DevStar Home",
 | 
			
		||||
        "category": "DevStar"
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
        "command": "devstar.connectRemoteContainer",
 | 
			
		||||
        "title": "Connect to a Remote Container",
 | 
			
		||||
        "category": "Super IDE"
 | 
			
		||||
        "category": "DevStar"
 | 
			
		||||
      }
 | 
			
		||||
    ],
 | 
			
		||||
    "menus": {
 | 
			
		||||
@@ -49,7 +49,7 @@
 | 
			
		||||
      "activitybar": [
 | 
			
		||||
        {
 | 
			
		||||
          "id": "devstar",
 | 
			
		||||
          "title": "SuperIDE",
 | 
			
		||||
          "title": "DevStar",
 | 
			
		||||
          "icon": "assets/icons/devstar-activity-icon.svg"
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
@@ -66,7 +66,7 @@
 | 
			
		||||
    "viewsWelcome": [
 | 
			
		||||
      {
 | 
			
		||||
        "view": "devstar.quickAccess",
 | 
			
		||||
        "contents": "welcome SuperIDE..."
 | 
			
		||||
        "contents": "welcome DevStar..."
 | 
			
		||||
      }
 | 
			
		||||
    ],
 | 
			
		||||
    "walkthroughs": [
 | 
			
		||||
@@ -79,12 +79,12 @@
 | 
			
		||||
    ],
 | 
			
		||||
    "configuration": {
 | 
			
		||||
      "type": "object",
 | 
			
		||||
      "title": "SuperIDE",
 | 
			
		||||
      "title": "DevStar",
 | 
			
		||||
      "properties": {
 | 
			
		||||
        "devstar.disableSuperIDEHomeStartup": {
 | 
			
		||||
        "devstar.disableDevStarHomeStartup": {
 | 
			
		||||
          "type": "boolean",
 | 
			
		||||
          "default": false,
 | 
			
		||||
          "description": "Disable showing SuperIDE Home at startup"
 | 
			
		||||
          "description": "Disable showing DevStar Home at startup"
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user