mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 93309f060778f6480a7d2a13913e6e7c624e9bc7
This commit is contained in:
@@ -22,6 +22,7 @@ export interface IWorkbenchActionRegistry {
|
||||
/**
|
||||
* Registers a workbench action to the platform. Workbench actions are not
|
||||
* visible by default and can only be invoked through a keybinding if provided.
|
||||
* @deprecated Register directly with KeybindingsRegistry and MenuRegistry or use registerAction2 instead.
|
||||
*/
|
||||
registerWorkbenchAction(descriptor: SyncActionDescriptor, alias: string, category?: string, when?: ContextKeyExpr): IDisposable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user