增加了git功能,但是还未完善
This commit is contained in:
16
package.json
16
package.json
@@ -25,7 +25,15 @@
|
||||
"title": "打开数字卫星构建平台",
|
||||
"category": "平台测试"
|
||||
}
|
||||
]
|
||||
],
|
||||
"menus": {
|
||||
"command-palette": [
|
||||
{
|
||||
"command": "open_DSCP",
|
||||
"when": "true"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"vscode:prepublish": "npm run compile",
|
||||
@@ -34,7 +42,11 @@
|
||||
"package": "vsce package"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.18.126",
|
||||
"@types/vscode": "^1.67.0",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"isomorphic-git": "^1.35.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user