naming
parent
a059d1deae
commit
84c635738d
|
@ -174,7 +174,7 @@ export interface IMenuService {
|
|||
|
||||
readonly _serviceBrand: undefined;
|
||||
|
||||
createMenu(id: MenuId, scopedKeybindingService: IContextKeyService): IMenu;
|
||||
createMenu(id: MenuId, contextKeyService: IContextKeyService): IMenu;
|
||||
}
|
||||
|
||||
export type ICommandsMap = Map<string, ICommandAction>;
|
||||
|
|
Loading…
Reference in New Issue