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
Copy file name to clipboardExpand all lines: src/Razor/test/Microsoft.VisualStudioCode.RazorExtension.Test/Endpoints/Shared/CohostDocumentCompletionEndpointTest.cs
Assert.Fail("Expected a TextEdit or Command with TextEdit, but got none. Presumably resolve failed. Result: "+JsonSerializer.SerializeToElement(result).ToString());
1172
+
Assert.Fail("Expected a TextEdit or Command with TextEdit, or InsertText, or Label, but got none. Presumably resolve failed. Result: "+JsonSerializer.SerializeToElement(result).ToString());
0 commit comments