1 Star 0 Fork 0

lonewolf/vscode-QuickXDev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
lonewolf 提交于 2018-09-03 13:04 . fix goto def bug.
{
"name": "vscode-quickxdev",
"displayName": "QuickXDev",
"description": "Quick-Cocos2dx develop for vscode",
"version": "0.0.3",
"publisher": "lonewolf",
"engines": {
"vscode": "^1.25.0"
},
"repository": {
"type": "git",
"url": "https://github.com/leitwolf/vscode-QuickXDev.git"
},
"bugs": {
"url": "https://github.com/leitwolf/vscode-QuickXDev/issues"
},
"homepage": "https://github.com/leitwolf/vscode-QuickXDev/blob/master/README.md",
"keywords": [
"lua",
"quick cocos2dx"
],
"icon": "icon.png",
"categories": [
"Programming Languages",
"Snippets"
],
"activationEvents": [
"onLanguage:lua"
],
"main": "./out/src/client/extension",
"contributes": {
"configuration": {
"type": "Object",
"title": "QuickXDev 配置",
"properties": {
"quickxdev.root": {
"scope": "resource",
"type": "string",
"default": null,
"description": "Quick-Cocos2dx 根目录,通常会自动获取"
}
}
},
"menus": {
"editor/context": [
{
"command": "quickxdev.runPlayer",
"when": "resourceLangId == lua",
"group": "navigation"
}
]
},
"commands": [
{
"title": "在 Player 中运行",
"command": "quickxdev.runPlayer"
}
],
"snippets": [
{
"language": "lua",
"path": "./files/snippets.json"
}
]
},
"scripts": {
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install"
},
"dependencies": {
"luaparse": "^0.2.1",
"rd": "^2.0.1",
"crlf-helper": "^0.1.0",
"vscode-languageclient": "^5.0.1",
"vscode-languageserver": "^5.0.3"
},
"devDependencies": {
"@types/luaparse": "^0.0.29",
"@types/mocha": "^5.2.5",
"@types/node": "^10.7.1",
"mocha": "^5.2.0",
"typescript": "^3.0.1",
"vscode": "^1.1.21"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/lonewolf/vscode-QuickXDev.git
[email protected]:lonewolf/vscode-QuickXDev.git
lonewolf
vscode-QuickXDev
vscode-QuickXDev
master

搜索帮助