Skip to content

Commit 254474f

Browse files
committed
Reverting a deleted extension point
1 parent b85658c commit 254474f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/vs/workbench/services/actions/common/menusExtensionPoint.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,14 @@ const apiMenus: IAPIMenu[] = [
457457
description: localize('menus.chatTerminal', "The Chat submenu in the terminal context menu."),
458458
supportsSubmenus: false,
459459
proposed: 'chatParticipantPrivate'
460-
}
460+
},
461+
{
462+
key: 'chat/chatSessions',
463+
id: MenuId.ChatSessionsMenu,
464+
description: localize('menus.chatSessions', "The Chat Sessions menu."),
465+
supportsSubmenus: false,
466+
proposed: 'chatSessionsProvider'
467+
},
461468
];
462469

463470
namespace schema {

0 commit comments

Comments
 (0)