We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887163e commit ec90e96Copy full SHA for ec90e96
1 file changed
src/vs/workbench/common/actions.ts
@@ -22,7 +22,7 @@ export interface IWorkbenchActionRegistry {
22
/**
23
* Registers a workbench action to the platform. Workbench actions are not
24
* visible by default and can only be invoked through a keybinding if provided.
25
- * @deprecated Register directly with KeybindingsRegistry and MenuRegistry instead.
+ * @deprecated Register directly with KeybindingsRegistry and MenuRegistry or use registerAction2 instead.
26
*/
27
registerWorkbenchAction(descriptor: SyncActionDescriptor, alias: string, category?: string, when?: ContextKeyExpr): IDisposable;
28
}
0 commit comments