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/src/Microsoft.AspNetCore.Razor.LanguageServer/CodeActions/Razor/ExtractToNewComponentCodeActionProvider.cs
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -135,12 +135,12 @@ private static bool IsInsideProperHtmlContent(RazorCodeActionContext context, Ma
135
135
}
136
136
137
137
// Correct selection to include the current node if the selection ends immediately after a closing tag.
Copy file name to clipboardExpand all lines: src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/CodeActions/Razor/ExtractToNewComponentCodeActionProviderTest.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ public async Task Handle_MultiPointSelection_ReturnsNotEmpty()
0 commit comments