This commit is contained in:
Osvaldo Ortega
2025-07-16 22:50:02 -07:00
parent 50b691a23c
commit 363cfcdc7a
3 changed files with 3 additions and 4 deletions

View File

@@ -1572,8 +1572,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
// namespace: chatSession
const chatSession = {
registerChatSessionInformationProvider(provider: vscode.ChatSessionInformationProvider) {
// TODO: Check enabled proposed API
// checkProposedApiEnabled(extension, 'chatSession');
checkProposedApiEnabled(extension, 'chatSessionInformation');
return extHostChatSession.registerChatSessionInformationProvider(provider);
},
};