We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85658c commit 254474fCopy full SHA for 254474f
src/vs/workbench/services/actions/common/menusExtensionPoint.ts
@@ -457,7 +457,14 @@ const apiMenus: IAPIMenu[] = [
457
description: localize('menus.chatTerminal', "The Chat submenu in the terminal context menu."),
458
supportsSubmenus: false,
459
proposed: 'chatParticipantPrivate'
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
468
];
469
470
namespace schema {
0 commit comments