Skip to content

Commit b75e20e

Browse files
committed
Oops, got my capabilities wrong
1 parent 83fdbdf commit b75e20e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/Completion/RazorCompletionResolveEndpointTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public async Task Handle_MergedCompletionListFindsProperCompletionList_Resolves(
133133
await InitializeAsync();
134134
var clientCapabilities = new VSInternalClientCapabilities
135135
{
136+
SupportsVisualStudioExtensions = true,
136137
TextDocument = new()
137138
{
138139
Completion = new VSInternalCompletionSetting()

0 commit comments

Comments
 (0)