0
0

修复显示bug和项目回读bug

This commit is contained in:
xubing
2025-11-21 16:07:48 +08:00
parent 6d3d020f8a
commit 925024bce1
17 changed files with 193 additions and 243 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "dsc_platform",
"name": "dsc-platform",
"displayName": "数字卫星构建平台",
"version": "1.0.0",
"publisher": "njust_Micro-Nano Satellite Laboratory",
"version": "1.1.1",
"publisher": "njust-micro-nano-lab",
"description": "一个用于快速构建数字卫星的平台",
"repository": {
"type": "git",
"url": "https://github.com/your-username/DSCP.git"
"url": "http://117.72.162.127:3000/xb/vs-p.git"
},
"engines": {
"vscode": "^1.67.0"
@@ -15,7 +15,7 @@
"Other"
],
"activationEvents": [
"DSCP"
"onCommand:open_DSCP"
],
"main": "./out/extension.js",
"contributes": {
@@ -30,10 +30,11 @@
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./"
"watch": "tsc -watch -p ./",
"package": "vsce package"
},
"devDependencies": {
"@types/vscode": "^1.67.0",
"typescript": "^4.9.5"
}
}
}