-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Open
Labels
apifeature-requestRequest for new features or functionalityRequest for new features or functionalitymenusMenu items and widget issuesMenu items and widget issues
Milestone
Description
We now allows extension writer to contribute menu items. The next logical step is to allow user to configure their menus - this is analog to the keybindings-story. One idea is to have a menus.json
file which defines your menus:
{
"editor/context": [
{
"command": "my command",
"when": "editorHasSelection"
},
{
// more..
}
],
"explorer/context": [
// more ...
]
}
chrisdias, FabianLauer, alefragnani, supnate, BillDenton and 204 morebradlitterell, dufferzafar, dmtrrk, CMurtagh-LGTM, manojbaishya and 25 moreRobertoMalatesta, SpyrexDE, Ryan-Hota, zhuoqun-chen, Mystic8b and 1 more
Metadata
Metadata
Assignees
Labels
apifeature-requestRequest for new features or functionalityRequest for new features or functionalitymenusMenu items and widget issuesMenu items and widget issues