Skip to content

Commit

Permalink
Remove more
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Jul 5, 2024
1 parent 3c08d4e commit a100709
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/VisualStudio/Core/Def/ID.RoslynCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ public static class RoslynCommands
public const int SetActiveRuleSet = 0x0118;
public const int SetSeverityDefault = 0x011b;

// Error list context menu command IDs for suppressions and setting severity
public const int AddSuppressions = 0x011d;
public const int AddSuppressionsInSource = 0x011f;
public const int AddSuppressionsInSuppressionFile = 0x0120;
public const int RemoveSuppressions = 0x0121;

// Analyze and Code Cleanup menu IDs
public const int AnalysisScopeDefault = 0x0131;
public const int AnalysisScopeCurrentDocument = 0x0132;
Expand Down

0 comments on commit a100709

Please sign in to comment.