Closed octref closed 5 years ago
Also, here's the official guide, hope it can help:
"view/item/context": [
{
"command": "nodeDependencies.editEntry",
"when": "view == nodeDependencies && viewItem == dependency",
"group": "inline"
},
{
"command": "nodeDependencies.deleteEntry",
"when": "view == nodeDependencies && viewItem == dependency"
}
]
@octref thanks for letting me know, i will make sure that its fixed in the next release, unfortunately I'm not at home until September, so it will take at least 10 days until I can fix it.
Hi, this is Pine from VS Code team.
I found this issue in VS Code:
https://github.com/microsoft/vscode/issues/79224
I found the cause to be your contribution to
view/item/context
doesn't testview
:However your package.json doesn't contains this part. Do you have a prepublish process that generates such a package.json?
You can check for
view
as well in thewhen
clause, for example: https://github.com/microsoft/vscode-pull-request-github/blob/d91e778705cd5af0785c5a05184ebc550334b409/package.json#L575-L589