2 Star 1 Fork 0

吴烜 / vscode_english_chinese_dictionary

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
dependabot[bot] 提交于 2023-07-08 13:06 . Bump tough-cookie and vscode
{
"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"
}
}
1
https://gitee.com/zhishi/vscode_english_chinese_dictionary.git
git@gitee.com:zhishi/vscode_english_chinese_dictionary.git
zhishi
vscode_english_chinese_dictionary
vscode_english_chinese_dictionary
master

搜索帮助