We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37243cb commit 503e4bcCopy full SHA for 503e4bc
src/vs/workbench/services/actions/common/menusExtensionPoint.ts
@@ -662,6 +662,8 @@ commandsExtensionPoint.setHandler(extensions => {
662
precondition: ContextKeyExpr.deserialize(enablement),
663
icon: absoluteIcon
664
}));
665
+
666
+ extension.implicitActivationEventsCollector.addImplicitActivationEvents([`onCommand:${command}`]);
667
}
668
669
// remove all previous command registrations
0 commit comments