File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/contrib/chat/browser/actions Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ export function registerChatActions() {
565565 const cancellationToken = new CancellationTokenSource ( ) ;
566566
567567 try {
568- const sessions = await chatSessionsService . provideChatSessionDefinitions ( cancellationToken . token ) ;
568+ const sessions = await chatSessionsService . provideChatSessionItems ( cancellationToken . token ) ;
569569
570570 for ( const session of sessions ) {
571571 const sessionContent = session . session ;
@@ -845,7 +845,7 @@ export function registerChatActions() {
845845 }
846846
847847 const showAgentSessionsMenuConfig = configurationService . getValue < string > ( ChatConfiguration . AgentSessionsViewLocation ) ;
848- if ( showAgentSessionsMenuConfig === 'showChatsMenu' && chatSessionsService . hasChatSessionDefinitionProviders ) {
848+ if ( showAgentSessionsMenuConfig === 'showChatsMenu' && chatSessionsService . hasChatSessionItemProviders ) {
849849 await this . showIntegratedPicker (
850850 chatService ,
851851 quickInputService ,
You can’t perform that action at this time.
0 commit comments