Skip to content

Commit 6a92c2e

Browse files
authored
Update CSharpCopilotCodeAnalysisService.cs (#77691)
1 parent 38cced1 commit 6a92c2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Features/ExternalAccess/Copilot/Internal/Analyzer/CSharp/CSharpCopilotCodeAnalysisService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ IDiagnosticsRefresher diagnosticsRefresher
5757
AnalysisService = externalCopilotService;
5858
GenerateDocumentationService = externalCSharpCopilotGenerateDocumentationService;
5959
OnTheFlyDocsService = externalCSharpOnTheFlyDocsService;
60+
GenerateImplementationService = externalCSharpCopilotGenerateImplementationService;
6061
}
6162

6263
protected override Task<ImmutableArray<Diagnostic>> AnalyzeDocumentCoreAsync(Document document, TextSpan? span, string promptTitle, CancellationToken cancellationToken)

0 commit comments

Comments
 (0)