From 591dd1381a4a4e38fc3ed2197efbd3f8266c3aa3 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Tue, 22 Sep 2020 10:25:15 +0200 Subject: [PATCH] add back file menu contribution --- src/vs/workbench/api/common/menusExtensionPoint.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/vs/workbench/api/common/menusExtensionPoint.ts b/src/vs/workbench/api/common/menusExtensionPoint.ts index af651a7451a..2a393e99cd8 100644 --- a/src/vs/workbench/api/common/menusExtensionPoint.ts +++ b/src/vs/workbench/api/common/menusExtensionPoint.ts @@ -80,6 +80,12 @@ const apiMenus: IAPIMenu[] = [ proposed: true, supportsSubmenus: false }, + { + key: 'menuBar/file', + id: MenuId.MenubarFileMenu, + description: localize('menus.file', "The top level file menu"), + proposed: true + }, { key: 'scm/title', id: MenuId.SCMTitle,