You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix cohosting completion and code actions (#11619)
Fixes#10693
Not a lot in the way of code changes here, its mostly just unskipping
tests. Those tests won't pass until
dotnet/roslyn#77587 is merged and available, but
this PR leaves only 5 tests skipped in cohosting, which probably puts us
in a position to internally dogfood.
Copy file name to clipboardExpand all lines: src/Razor/src/Microsoft.VisualStudio.LanguageServices.Razor/LanguageClient/Cohost/CohostCodeActionsEndpoint.cs
+2-1
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,8 @@ public ImmutableArray<Registration> GetRegistrations(VSInternalClientCapabilitie
Copy file name to clipboardExpand all lines: src/Razor/src/Microsoft.VisualStudio.LanguageServices.Razor/LanguageClient/Cohost/CohostCodeActionsResolveEndpoint.cs
Copy file name to clipboardExpand all lines: src/Razor/src/Microsoft.VisualStudio.LanguageServices.Razor/LanguageClient/Cohost/CohostInlineCompletionEndpoint.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -68,13 +68,13 @@ public ImmutableArray<Registration> GetRegistrations(VSInternalClientCapabilitie
Copy file name to clipboardExpand all lines: src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Cohost/CodeActions/CSharpCodeActionTests.cs
Copy file name to clipboardExpand all lines: src/Razor/test/Microsoft.VisualStudio.LanguageServices.Razor.Test/Cohost/CodeActions/GenerateEventHandlerTests.cs
0 commit comments