代码拉取完成,页面将自动刷新
{
"name": "WeReadForVSCodeJackieZheng",
"repository": {
"type": "git",
"url": "https://github.com/JackieZheng/WeReadForVSCode.git"
},
"displayName": "WeReadForVSCode",
"description": "WeRead for VSCode 微信读书 VSCode 插件",
"version": "0.1.0",
"author": {
"name": "JackieZheng"
},
"publisher": "JackieZheng",
"engines": {
"vscode": "^1.48.0"
},
"categories": [
"Other", "Keymaps", "Language Packs", "Extension Packs"
],
"keywords": ["vscode", "plugin", "webView", "weread", "view in browser"],
"icon": "Images/icon.png",
"activationEvents": [
"onCommand:WeReadForVSCodeJackieZheng.Start"
],
"main": "./extension.js",
"contributes": {
"commands": [{
"command": "WeReadForVSCodeJackieZheng.Start",
"title": "Start",
"category": "WeRead",
"icon": {
"light": "Images/icon.svg",
"dark": "Images/icon.svg"
}
}],
"keybindings": [{
"command": "WeReadForVSCodeJackieZheng.Start",
"key": "ctrl+f3",
"mac": "cmd+f3"
}]
},
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/JackieZheng/WeReadForVSCode/issues",
"email": "zhengxinzhe@jackyzheng.uu.me"
},
"homepage": "https://github.com/JackieZheng/WeReadForVSCode/blob/master/README.md",
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "node ./test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.48.0",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.27",
"eslint": "^7.6.0",
"glob": "^7.1.6",
"mocha": "^8.0.1",
"typescript": "^3.8.3",
"vscode-test": "^1.4.0"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。