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 b3e93b2 commit 7b8532bCopy full SHA for 7b8532b
src/vs/workbench/contrib/chat/common/chatSessionsService.ts
@@ -25,6 +25,7 @@ export interface IChatSessionsService {
25
readonly _serviceBrand: undefined;
26
registerChatSessionsProvider(handle: number, provider: IChatSessionsProvider): IDisposable;
27
hasChatSessionsProviders: boolean;
28
+ provideChatSessions(token: CancellationToken): Promise<IChatSessionContent[]>;
29
}
30
31
export const IChatSessionsService = createDecorator<IChatSessionsService>('chatSessionsService');
0 commit comments