mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Fix #229616
This commit is contained in:
@@ -1454,7 +1454,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
},
|
||||
registerChatParticipantDetectionProvider(provider: vscode.ChatParticipantDetectionProvider) {
|
||||
checkProposedApiEnabled(extension, 'chatParticipantAdditions');
|
||||
return extHostChatAgents2.registerChatParticipantDetectionProvider(provider);
|
||||
return extHostChatAgents2.registerChatParticipantDetectionProvider(extension, provider);
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user