代码拉取完成,页面将自动刷新
{
"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"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。