1 Star 0 Fork 0

jcleng/jcleng-code-show

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
jcleng 提交于 2020-10-29 21:08 +08:00 . ✨ 显示列表
{
"name": "jcleng-code-show",
"displayName": "code-show",
"description": "remark for TODO",
"version": "0.0.1",
"engines": {
"vscode": "^1.50.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onCommand:jcleng-code-show.CreateMDThisProject",
"onCommand:jcleng-code-show.OpenGlobalMDFile",
"onView:jclengCodeShowViewsWorkPlace",
"onView:jclengCodeShowViewsGlobal"
],
"main": "./out/extension.js",
"contributes": {
"commands": [
{
"command": "jcleng-code-show.CreateMDThisProject",
"title": "todo-show: Create a file(.to.md) for this project."
},
{
"command": "jcleng-code-show.OpenGlobalMDFile",
"title": "todo-show: Open global MD(.to.md) file."
}
],
"configuration": {
"type": "object",
"title": "jcleng-code-show configuration",
"properties": {
"jcleng-code-show.globalTodoMDFile": {
"type": [
"string",
"null"
],
"default": null,
"description": "todo-show: global .to.md file path."
}
}
},
"views": {
"jclengCodeShowExplorer": [
{
"id": "jclengCodeShowViewsGlobal",
"name": "global"
},
{
"id": "jclengCodeShowViewsWorkPlace",
"name": "WorkPlace"
}
]
},
"viewsContainers": {
"activitybar": [
{
"id": "jclengCodeShowExplorer",
"title": "jcleng code show Explorer",
"icon": "media/todo.svg"
}
]
}
},
"scripts": {
"vscode:prepublish": "yarn run compile",
"compile": "tsc -p ./",
"lint": "eslint src --ext ts",
"watch": "tsc -watch -p ./",
"pretest": "yarn run compile && yarn run lint",
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.50.0",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.0.0",
"@types/node": "^12.11.7",
"eslint": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"glob": "^7.1.6",
"mocha": "^8.1.3",
"typescript": "^4.0.2",
"vscode-test": "^1.4.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jcleng/jcleng-code-show.git
[email protected]:jcleng/jcleng-code-show.git
jcleng
jcleng-code-show
jcleng-code-show
master

搜索帮助