diff --git a/src/vs/platform/actions/common/actions.ts b/src/vs/platform/actions/common/actions.ts index 514fc0bd600..4dbd27525c8 100644 --- a/src/vs/platform/actions/common/actions.ts +++ b/src/vs/platform/actions/common/actions.ts @@ -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;