1 Star 0 Fork 0

ZQY233/vscode-path-alias

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
ZQY233 提交于 2022-03-20 00:02 . :bug:fix bug : fix command async error
{
"name": "vscode-path-alias",
"displayName": "vscode-path-alias",
"description": "support path alias for vscode",
"version": "0.0.2",
"engines": {
"vscode": "^1.65.0"
},
"icon": "images/icon.png",
"publisher": "zhuzhuzhuzhuxia",
"repository": "https://gitee.com/zqylzcwcxy/vscode-path-alias.git",
"categories": [
"Extension Packs"
],
"activationEvents": [
"onLanguage:javascript",
"onLanguage:javascriptreact",
"onLanguage:typescript",
"onLanguage:typescriptreact",
"onLanguage:vue",
"onLanguage:vue-html",
"onLanguage:json",
"onCommand:vscode-path-alias.toSecondDefinition"
],
"main": "./dist/extension.js",
"contributes": {
"commands": [
{
"command": "vscode-path-alias.toSecondDefinition",
"title": "to the second path"
}
]
},
"scripts": {
"vscode:prepublish": "yarn run package",
"compile": "webpack",
"watch": "webpack --watch",
"package": "webpack --mode production --devtool hidden-source-map",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "yarn run compile-tests && yarn run compile && yarn run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
},
"devDependencies": {
"@types/vscode": "^1.65.0",
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.0",
"@types/node": "14.x",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"glob": "^7.2.0",
"mocha": "^9.2.1",
"typescript": "^4.5.5",
"ts-loader": "^9.2.6",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"@vscode/test-electron": "^2.1.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zqylzcwcxy/vscode-path-alias.git
[email protected]:zqylzcwcxy/vscode-path-alias.git
zqylzcwcxy
vscode-path-alias
vscode-path-alias
master

搜索帮助