代码拉取完成,页面将自动刷新
{
"name": "EnglishChineseDictionary",
"displayName": "翻译(英汉词典)",
"description": "本地77万词条英汉词典,不依赖任何在线翻译API,无查询次数限制。可翻译驼峰和下划线命名,及对整个文件中的标识符批量翻译。Translate a selected identifier, or all the recognized identifiers in one source file.",
"icon": "icons/icon_light_128.png",
"version": "1.1.0",
"publisher": "CodeInChinese",
"engines": {
"vscode": "^1.29.0"
},
"categories": [
"Other"
],
"activationEvents": [
"*"
],
"main": "./out/src/extension",
"contributes": {
"commands": [
{
"command": "extension.翻译选中文本",
"title": "英汉词典"
},
{
"command": "editor.批量翻译标识符",
"title": "批量翻译标识符"
}
],
"configuration": {
"type": "object",
"title": "翻译(英汉词典)配置",
"properties": {
"EnglishChineseDictionary.enableHover": {
"type": "boolean",
"default": false,
"description": "开启hover悬浮翻译文本"
}
}
}
},
"scripts": {
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./node_modules/vscode/bin/test"
},
"repository": {
"type": "git",
"url": "https://github.com/program-in-chinese/vscode_english_chinese_dictionary.git"
},
"devDependencies": {
"@types/mocha": "^2.2.42",
"@types/node": "^7.0.43",
"eslint": "^4.6.1",
"typescript": "^3.9.10",
"vscode": "1.1.37"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。