mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Reshape chat session api
Name and shape cleanup
This commit is contained in:
@@ -1505,9 +1505,9 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
checkProposedApiEnabled(extension, 'chatParticipantPrivate');
|
||||
return _asExtensionEvent(extHostChatAgents2.onDidDisposeChatSession)(listeners, thisArgs, disposables);
|
||||
},
|
||||
registerChatSessionsProvider(provider: vscode.ChatSessionsProvider) {
|
||||
registerChatSessionItemProvider(chatSessionType: string, provider: vscode.ChatSessionItemProvider) {
|
||||
checkProposedApiEnabled(extension, 'chatSessionsProvider');
|
||||
return extHostChatSessions.registerChatSessionsProvider(provider);
|
||||
return extHostChatSessions.registerChatSessionItemProvider(chatSessionType, provider);
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user