代码拉取完成,页面将自动刷新
同步操作将从 openKylin/ide-project-manager 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "vscode-create-project",
"displayName": "vscode-create-project",
"description": "",
"version": "0.0.1",
"publisher": "kylin",
"engines": {
"vscode": "^1.54.3"
},
"categories": [
"Other"
],
"activationEvents": [
"*"
],
"main": "./out/extension.js",
"contributes": {
"commands": [
{
"command": "project.createProject",
"title": "%language.create-project%",
"category": "PROJECT",
"icon": {
"light": "static/files/create.svg",
"dark": "static/files/create-bababa.svg"
}
}
],
"menus": {
"editor/title": [
{
"command": "project.createProject",
"group": "navigation@0"
}
]
},
"views": {
"explorer": [
{
"type": "webview",
"id": "project.operationView",
"name": "%language.operationProject%"
}
]
}
},
"scripts": {
"vscode:prepublish": "yarn run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "yarn run compile && yarn run lint",
"lint": "eslint src --ext ts"
},
"dependencies": {
"@types/async-lock": "^1.1.3",
"@types/fs-extra": "^9.0.13",
"@types/md5": "^2.3.2",
"@types/xml2js": "^0.4.9",
"async-lock": "^1.3.0",
"autoprefixer": "^9",
"core-js": "^3.6.5",
"fs-extra": "^10.0.0",
"generator-code": "^1.6.5",
"md5": "^2.2.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.0",
"@types/node": "14.x",
"@types/vscode": "^1.54.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vscode/test-electron": "^2.1.2",
"eslint": "^8.9.0",
"glob": "^7.2.0",
"mocha": "^9.2.1",
"typescript": "^4.5.5"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。