2 Star 0 Fork 0

nnnnnnamu/LGUI_Edit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
nnnnnnamu 提交于 2023-03-31 18:27 . 日常上传
{
"name": "lguiedit",
"displayName": "LGUI3_Edit",
"description": "LGUI 控件代码补全工具",
"version": "0.0.3",
"publisher": "wshl",
"engines": {
"vscode": "^1.76.0"
},
"categories": [
"Other"
],
"repository": {
"type": "git",
"url": "https://gitee.com/nnnnnnamu/lgui_-edit"
},
"activationEvents": [
"onLanguage:lua"
],
"main": "./out/extension.js",
"contributes": {
"commands": [{
"command": "lguiedit.helloWorld",
"title": "Hello World"
},
{
"command": "lguiedit.lgui_doc",
"title": "LGUI_DOC"
},
{
"command": "lguiedit.pawDraw.new",
"title": "Create new Paw Draw Document",
"category": "Paw Draw"
},
{
"command": "lguiedit.CatScratch.new",
"title": "Create new Cat Scratch Document",
"category": "Cat Scratch"
}
],
"snippets": [{
"language": "lua",
"path": "./snippets/snippets.json"
}],
"customEditors": [
{
"viewType": "lguiedit.catScratch",
"displayName": "Cat Scratch",
"selector": [
{
"filenamePattern": "*.cscratch"
}
]
},
{
"viewType": "lguiedit.pawDraw",
"displayName": "Paw Draw",
"selector": [
{
"filenamePattern": "*.pawdraw"
}
]
}
]
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "npm run compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.76.0",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "16.x",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"glob": "^8.1.0",
"mocha": "^10.2.0",
"typescript": "^4.9.5",
"@vscode/test-electron": "^2.3.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nnnnnnamu/lgui_-edit.git
git@gitee.com:nnnnnnamu/lgui_-edit.git
nnnnnnamu
lgui_-edit
LGUI_Edit
main

搜索帮助