Skip to content

Commit

Permalink
fix: change instance name from salesforcedx-vscode to salesforcedx-vs…
Browse files Browse the repository at this point in the history
…code-apex
  • Loading branch information
daphne-sfdc committed Jan 10, 2025
1 parent b790134 commit 07578a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,6 @@ export class MetadataOrchestrator {
};

getLLMServiceInterface = async (): Promise<LLMServiceInterface> => {
return ServiceProvider.getService(ServiceType.LLMService, 'salesforcedx-vscode');
return ServiceProvider.getService(ServiceType.LLMService, 'salesforcedx-vscode-apex');
};
}

0 comments on commit 07578a8

Please sign in to comment.