提交 be4c7065 编写于 作者: E Erich Gamma 提交者: Martin Aeschlimann

Contribute run selected to the context menu

上级 8c4b14c8
......@@ -109,6 +109,17 @@
{
"command": "npm.runInstall",
"when": "false"
},
{
"command": "npm.runSelectedScript",
"when": "false"
}
],
"editor/context": [
{
"command": "npm.runSelectedScript",
"when": "resourceFilename == 'package.json'",
"group": "navigation@+1"
}
],
"view/title": [
......
......@@ -17,5 +17,5 @@
"command.debug": "Debug",
"command.openScript": "Open",
"command.runInstall": "Run Install",
"command.runSelectedScript": "Npm: Run Selected Script"
"command.runSelectedScript": "Run Script"
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册