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/VisualStudio/Core/Def/Implementation/TableDataSource/Suppression/VisualStudioDiagnosticListSuppressionStateService.cs
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -54,19 +54,18 @@ public VisualStudioDiagnosticListSuppressionStateService(
54
54
// If we can suppress either in source or in suppression file, we enable suppress context menu.
// If only Roslyn active items are selected, we enable suppress in source.
60
+
// If at least one Roslyn active item with location is selected, we enable suppress in source.
61
+
// Note that we do not support suppress in source when mix of Roslyn and non-Roslyn items are selected as in-source suppression has different meaning and implementation for these.
0 commit comments