We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
"menus": { "explorer/context": [ { "command": "extension.openNewInstance", "group": "navigation@2", "openNewInstance":[ { "command": "extension.openNewInstance", "group": "navigation@1" } ] }, { "command": "extension.scopeToHere", "group": "navigation@1" } ] }
The text was updated successfully, but these errors were encountered:
@ydcoming Are you asking how to add sub menu to your menu item in explorer/context menus?
Sorry, something went wrong.
yes
@ramya-rao-a my menu has items
@jrieken At the moment, extensions cannot add submenu items to explorer/editor context menus, correct?
closing as dupe of #9827
jrieken
No branches or pull requests
Steps to Reproduce:
"menus": {
"explorer/context": [
{
"command": "extension.openNewInstance",
"group": "navigation@2",
"openNewInstance":[
{
"command": "extension.openNewInstance",
"group": "navigation@1"
}
]
},
{
"command": "extension.scopeToHere",
"group": "navigation@1"
}
]
}
The text was updated successfully, but these errors were encountered: