pull/115855/head
João Moreno 2021-02-04 16:29:03 +01:00
parent a059d1deae
commit 84c635738d
No known key found for this signature in database
GPG Key ID: 896B853774D1A575
1 changed files with 1 additions and 1 deletions

View File

@ -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>;