File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/Formatting/Passes Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ public async Task<ImmutableArray<TextChange>> ExecuteAsync(FormattingContext con
2828 // Process changes from previous passes
2929 var changedText = context . SourceText . WithChanges ( changes ) ;
3030 var changedContext = await context . WithTextAsync ( changedText , cancellationToken ) . ConfigureAwait ( false ) ;
31+ context . Logger ? . LogObject ( "SourceMappings" , changedContext . CodeDocument . GetRequiredCSharpDocument ( ) . SourceMappings ) ;
3132
3233 // To format C# code we generate a C# document that represents the indentation semantics the user would be
3334 // expecting in their Razor file. See the doc comments on CSharpDocumentGenerator for more info
You can’t perform that action at this time.
0 commit comments