prefix command with extension name

This commit is contained in:
Erich Gamma 2018-07-29 11:10:56 +02:00
parent 323f975196
commit 345440f62f

View file

@ -17,5 +17,5 @@
"command.debug": "Debug",
"command.openScript": "Open",
"command.runInstall": "Run Install",
"command.runSelectedScript": "Run Selected Npm Script"
"command.runSelectedScript": "Npm: Run Selected Script"
}