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