Skip to content

Commit

Permalink
SLVSCODE-440 hide scan for all hotspots feature from UI (SonarSource#377
Browse files Browse the repository at this point in the history
)
  • Loading branch information
kirill-knize-sonarsource authored Apr 18, 2023
1 parent fec7fd0 commit 4ca0064
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 4ca0064

Please sign in to comment.