Make window indicator menu contribution point stable. Fixes #121180

This commit is contained in:
Martin Aeschlimann
2021-04-22 21:54:33 +02:00
parent 2f077172cb
commit 214a1581b7
4 changed files with 44 additions and 16 deletions

View File

@@ -138,6 +138,12 @@ const apiMenus: IAPIMenu[] = [
proposed: true,
supportsSubmenus: false
},
{
key: 'statusBar/remoteIndicator',
id: MenuId.StatusBarRemoteIndicatorMenu,
description: localize('menus.statusBarRemoteIndicator', "The remote indicator menu in the status bar"),
supportsSubmenus: false
},
{
key: 'view/title',
id: MenuId.ViewTitle,