File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/VisualStudio/Core/Def/TableDataSource/Suppression Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,8 @@ private static string GetWaitDialogMessage(bool isAddSuppression)
155155 var diagnosticsToFix = ImmutableHashSet < DiagnosticData > . Empty ;
156156
157157 var result = await InvokeWithWaitDialogAsync ( async cancellationToken =>
158- { // If we are fixing selected diagnostics in error list, then get the diagnostics from error list entry
158+ {
159+ // If we are fixing selected diagnostics in error list, then get the diagnostics from error list entry
159160 // snapshots. Otherwise, get all diagnostics from the diagnostic service.
160161 var diagnosticsToFixArray = selectedEntriesOnly
161162 ? await _suppressionStateService . GetSelectedItemsAsync ( isAddSuppression , cancellationToken ) . ConfigureAwait ( true )
You can’t perform that action at this time.
0 commit comments