Remove unneeded keys

This commit is contained in:
Erich Gamma 2018-04-26 16:02:38 +02:00
parent ded0736bf8
commit 20994d2b53

View file

@ -13,7 +13,5 @@
"command.refresh": "Refresh",
"command.run": "Run",
"command.debug": "Debug",
"command.openScript": "Open",
"npm.scriptInvalid": "Could not find the script '{0}'. Try to refresh the view.",
"npm.noDebugOptions": "Could not launch '{0}' for debugging because the scripts lacks a node debug option, e.g. '--inspect-brk'."
"command.openScript": "Open"
}