Skip to content

Commit

Permalink
This
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed May 24, 2024
1 parent 7a912cf commit a392d62
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ export class ChatExtensionPointHandler implements IWorkbenchContribution {
if (providerDescriptor.when && !isProposedApiEnabled(extension.description, 'chatParticipantAdditions')) {
this.logService.error(`Extension '${extension.description.identifier.value}' CANNOT use API proposal: chatParticipantAdditions.`);
continue;

}

store.add(this._chatAgentService.registerAgent(
Expand Down

0 comments on commit a392d62

Please sign in to comment.