修复显示bug和项目回读bug
This commit is contained in:
15
package.json
15
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user