Fix typo package.json of tree-view-sample

This fixes a small typo in the `package.json` file where the `Delete Entry` menu item was pointing to a invalid command.
This commit is contained in:
Renato Machado
2018-11-21 21:05:05 +00:00
committed by GitHub
parent 6546482b62
commit 7b8409a9a6

View File

@ -171,7 +171,7 @@
"group": "inline"
},
{
"command": "nodeDependencies.deletentry",
"command": "nodeDependencies.deleteEntry",
"when": "view == nodeDependencies && viewItem == dependency"
},
{