refactor: rename the project as devstar

This commit is contained in:
Levi Yan
2024-07-16 23:28:56 +08:00
parent e4a9d125cd
commit a0ecb6c559
4 changed files with 25 additions and 25 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "superide",
"version": "0.1.0",
"name": "devstar",
"version": "0.2.0",
"publisher": "mengning",
"engines": {
"vscode": "^1.65.0"
},
"license": "Apache-2.0",
"displayName": "SuperIDE",
"displayName": "DevStar",
"description": "",
"categories": [],
"keywords": [],
@@ -20,18 +20,18 @@
"url": "https://gitee.com/SuperIDE/superide.git"
},
"activationEvents": [
"onView:superide.quickAccess",
"onCommand:superide.showHome"
"onView:devstar.quickAccess",
"onCommand:devstar.showHome"
],
"contributes": {
"commands": [
{
"command": "superide.showHome",
"command": "devstar.showHome",
"title": "SuperIDE Home",
"category": "Super IDE"
},
{
"command": "superide.connectRemoteContainer",
"command": "devstar.connectRemoteContainer",
"title": "Connect to a Remote Container",
"category": "Super IDE"
}
@@ -39,7 +39,7 @@
"menus": {
"file/newFile": [
{
"command": "superide.showHome",
"command": "devstar.showHome",
"group": "navigation"
}
],
@@ -48,16 +48,16 @@
"viewsContainers": {
"activitybar": [
{
"id": "superide",
"id": "devstar",
"title": "SuperIDE",
"icon": "assets/icons/si-activity-icon.svg"
}
]
},
"views": {
"superide": [
"devstar": [
{
"id": "superide.quickAccess",
"id": "devstar.quickAccess",
"name": "Quick Access",
"type": "tree"
}
@@ -65,13 +65,13 @@
},
"viewsWelcome": [
{
"view": "superide.quickAccess",
"view": "devstar.quickAccess",
"contents": "welcome SuperIDE..."
}
],
"walkthroughs": [
{
"id": "superide.welcome",
"id": "devstar.welcome",
"title": "Get started with Super IDE",
"description": "",
"steps": []
@@ -81,7 +81,7 @@
"type": "object",
"title": "SuperIDE",
"properties": {
"superide.disableSuperIDEHomeStartup": {
"devstar.disableSuperIDEHomeStartup": {
"type": "boolean",
"default": false,
"description": "Disable showing SuperIDE Home at startup"