mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
Typos
This commit is contained in:
@@ -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);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user