Explorer and open editors should use enablement via menu service #41103
Labels
feature-request
Request for new features or functionality
menus
Menu items and widget issues
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
In the current stable vscode we use enablement state to show if an action is applicable on the current context in the open editors and explorer menu.
In the current insiders we simply do not show the actions which are not applicabe since we have adopted the open editors and explorer to use the menu service. And we use the
when
clause.We should look into if it is possible for the
MenuService
to expose an enablement clause.@jrieken is this already exposed? I could not find it
fyi @bpasero
The text was updated successfully, but these errors were encountered: