You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
appendOpenChatInViewMenuItem(id,localize('interactiveSession.openInSecondarySidebar.label',"Open Chat in Secondary Side Bar"),Codicon.layoutSidebarRightDock,ChatContextKeys.panelLocation.isEqualTo(ViewContainerLocation.AuxiliaryBar));
108
+
appendOpenChatInViewMenuItem(id,localize('interactiveSession.openInPrimarySidebar.label',"Open Chat in Primary Side Bar"),Codicon.layoutSidebarLeftDock,ChatContextKeys.panelLocation.isEqualTo(ViewContainerLocation.Sidebar));
109
+
appendOpenChatInViewMenuItem(id,localize('interactiveSession.openInPanel.label',"Open Chat in Panel"),Codicon.layoutPanelDock,ChatContextKeys.panelLocation.isEqualTo(ViewContainerLocation.Panel));
hasCustomChatModes: newRawContextKey<boolean>('chatHasCustomChatModes',false,{type: 'boolean',description: localize('chatHasCustomChatModes',"True when the chat has custom chat modes available.")}),
83
84
};
85
+
86
+
exportconstpanelLocation=newRawContextKey<ViewContainerLocation>('chatPanelLocation',undefined,{type: 'number',description: localize('chatPanelLocation',"The location of the chat panel.")});
0 commit comments