Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrote committed Dec 6, 2024
1 parent 77e6f34 commit a1ae8ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ await PsesLanguageClient
});

CompletionItem completionItem = Assert.Single(completionItems,
completionItem1 => completionItem1.FilterText == "Write-Host");
completionItem1 => completionItem1.FilterText == "Get-Date");

CompletionItem updatedCompletionItem = await PsesLanguageClient
.SendRequest("completionItem/resolve", completionItem)
Expand Down

0 comments on commit a1ae8ae

Please sign in to comment.