refactor(package.json): update urls of bugs reporting and repository

This commit is contained in:
Levi Yan
2024-11-13 02:19:21 +08:00
parent 27a09a49ab
commit 3188933879

View File

@@ -13,11 +13,11 @@
"main": "./dist/extension",
"icon": "assets/images/devstar-logo.png",
"bugs": {
"url": "https://gitee.com/SuperIDE/superide/issues"
"url": "https://github.com/mengning/DevStar/issues"
},
"repository": {
"type": "git",
"url": "https://gitee.com/SuperIDE/superide.git"
"url": "https://github.com/mengning/DevStar.git"
},
"activationEvents": [
"onView:devstar.quickAccess",
@@ -72,7 +72,7 @@
"walkthroughs": [
{
"id": "devstar.welcome",
"title": "Get started with Super IDE",
"title": "Get started with DevStar",
"description": "",
"steps": []
}