0
0

增加了git功能,但是还未完善

This commit is contained in:
xubing
2025-11-24 17:53:48 +08:00
parent 925024bce1
commit fa1e291bed
682 changed files with 131314 additions and 157 deletions

View File

@@ -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"
}
}
}