mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
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:
@ -171,7 +171,7 @@
|
||||
"group": "inline"
|
||||
},
|
||||
{
|
||||
"command": "nodeDependencies.deletentry",
|
||||
"command": "nodeDependencies.deleteEntry",
|
||||
"when": "view == nodeDependencies && viewItem == dependency"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user