From 4ca0064c63c783cc53c80fb0317e069aaaa24790 Mon Sep 17 00:00:00 2001 From: Knize <62898885+kirill-knize-sonarsource@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:12:03 +0200 Subject: [PATCH] SLVSCODE-440 hide scan for all hotspots feature from UI (#377) --- package.json | 20 -------------------- 1 file changed, 20 deletions(-) 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"