diff --git a/package.json b/package.json index d0e390085..06b385c80 100644 --- a/package.json +++ b/package.json @@ -395,16 +395,6 @@ "title": "Inactive", "enablement": "view == SonarLint.AllRules" }, - { - "command": "SonarLint.ScanForHotspotsInFolder", - "title": "In Whole Folder", - "enablement": "view == SonarLint.SecurityHotspots && SonarLint.Hotspots.ShowMode == 'OpenFiles'" - }, - { - "command": "SonarLint.ShowHotspotsInOpenFiles", - "title": "In Open Files", - "enablement": "view == SonarLint.SecurityHotspots && SonarLint.Hotspots.ShowMode == 'Folder'" - }, { "command": "SonarLint.FindRuleByKey", "title": "Find Rule By Key", @@ -559,16 +549,6 @@ "when": "view == SonarLint.AllRules", "group": "navigation" }, - { - "command": "SonarLint.ScanForHotspotsInFolder", - "when": "view == SonarLint.SecurityHotspots", - "group": "navigation" - }, - { - "command": "SonarLint.ShowHotspotsInOpenFiles", - "when": "view == SonarLint.SecurityHotspots", - "group": "navigation" - }, { "command": "SonarLint.FindRuleByKey", "when": "view == SonarLint.AllRules"