From 84c635738d06bc4cbed10de98d9be816ca2f271a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Thu, 4 Feb 2021 16:29:03 +0100 Subject: [PATCH] naming --- src/vs/platform/actions/common/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;