Skip to content

Commit a7ff5b1

Browse files
committed
Pull Request feedback: do not show command in command palette
1 parent cecda63 commit a7ff5b1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

extensions/npm/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
{
120120
"command": "npm.runSelectedScript",
121121
"when": "false"
122+
},
123+
{
124+
"command": "npm.runScriptFromFolder",
125+
"when": "false"
122126
}
123127
],
124128
"editor/context": [

0 commit comments

Comments
 (0)