We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345440f commit 83a42a5Copy full SHA for 83a42a5
2 files changed
extensions/npm/package.json
@@ -109,6 +109,17 @@
109
{
110
"command": "npm.runInstall",
111
"when": "false"
112
+ },
113
+ {
114
+ "command": "npm.runSelectedScript",
115
+ "when": "false"
116
+ }
117
+ ],
118
+ "editor/context": [
119
120
121
+ "when": "resourceFilename == 'package.json'",
122
+ "group": "navigation@+1"
123
}
124
],
125
"view/title": [
extensions/npm/package.nls.json
@@ -17,5 +17,5 @@
17
"command.debug": "Debug",
18
"command.openScript": "Open",
19
"command.runInstall": "Run Install",
20
- "command.runSelectedScript": "Npm: Run Selected Script"
+ "command.runSelectedScript": "Run Script"
21
0 commit comments