Skip to content

Commit fbe3e1e

Browse files
committed
Make the test pass
1 parent 7b233d1 commit fbe3e1e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Razor/src/Microsoft.AspNetCore.Razor.LanguageServer/Completion/Delegation/DelegatedCompletionItemResolver.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ private async Task<VSInternalCompletionItem> PostProcessCompletionItemAsync(
7878
return resolvedCompletionItem;
7979
}
8080

81-
if (resolvedCompletionItem.TextEdit is null && resolvedCompletionItem.AdditionalTextEdits is null)
82-
{
83-
// Only post-processing work we have to do is formatting text edits on resolution.
84-
return resolvedCompletionItem;
85-
}
86-
8781
var identifier = context.Identifier.TextDocumentIdentifier;
8882
if (!_documentContextFactory.TryCreate(identifier, out var documentContext))
8983
{

0 commit comments

Comments
 (0)