refactor(package.json): update urls of bugs reporting and repository
This commit is contained in:
		@@ -13,11 +13,11 @@
 | 
				
			|||||||
  "main": "./dist/extension",
 | 
					  "main": "./dist/extension",
 | 
				
			||||||
  "icon": "assets/images/devstar-logo.png",
 | 
					  "icon": "assets/images/devstar-logo.png",
 | 
				
			||||||
  "bugs": {
 | 
					  "bugs": {
 | 
				
			||||||
    "url": "https://gitee.com/SuperIDE/superide/issues"
 | 
					    "url": "https://github.com/mengning/DevStar/issues"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
    "url": "https://gitee.com/SuperIDE/superide.git"
 | 
					    "url": "https://github.com/mengning/DevStar.git"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "activationEvents": [
 | 
					  "activationEvents": [
 | 
				
			||||||
    "onView:devstar.quickAccess",
 | 
					    "onView:devstar.quickAccess",
 | 
				
			||||||
@@ -72,7 +72,7 @@
 | 
				
			|||||||
    "walkthroughs": [
 | 
					    "walkthroughs": [
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        "id": "devstar.welcome",
 | 
					        "id": "devstar.welcome",
 | 
				
			||||||
        "title": "Get started with Super IDE",
 | 
					        "title": "Get started with DevStar",
 | 
				
			||||||
        "description": "",
 | 
					        "description": "",
 | 
				
			||||||
        "steps": []
 | 
					        "steps": []
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user