Skip to content

Commit 9c58af6

Browse files
Docs
1 parent cfaa13f commit 9c58af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Features/Core/Portable/Copilot/IProposalAdjusterService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using Microsoft.CodeAnalysis.AddMissingImports;
1212
using Microsoft.CodeAnalysis.Host;
1313
using Microsoft.CodeAnalysis.Host.Mef;
14-
using Microsoft.CodeAnalysis.PooledObjects;
1514
using Microsoft.CodeAnalysis.Remote;
1615
using Microsoft.CodeAnalysis.Shared.Extensions;
1716
using Microsoft.CodeAnalysis.Text;
@@ -28,6 +27,7 @@ ValueTask<ImmutableArray<TextChange>> TryAdjustProposalAsync(
2827

2928
internal interface IRemoteCopilotProposalAdjusterService
3029
{
30+
/// <inheritdoc cref="ICopilotProposalAdjusterService.TryAdjustProposalAsync"/>
3131
ValueTask<ImmutableArray<TextChange>> TryAdjustProposalAsync(
3232
Checksum solutionChecksum, DocumentId documentId, ImmutableArray<TextChange> normalizedChanges, CancellationToken cancellationToken);
3333
}

0 commit comments

Comments
 (0)