Browse Source

Removes duplicate commands from palette

main
Eric Amodio 4 years ago
parent
commit
a532040d56
1 changed files with 26 additions and 2 deletions
  1. +26
    -2
      package.json

+ 26
- 2
package.json View File

@ -3960,7 +3960,19 @@
"menus": {
"commandPalette": [
{
"command": "gitlens.showSettingsPage#repositories-view",
"command": "gitlens.showSettingsPage#branches-view",
"when": "false"
},
{
"command": "gitlens.showSettingsPage#commits-view",
"when": "false"
},
{
"command": "gitlens.showSettingsPage#compare-view",
"when": "false"
},
{
"command": "gitlens.showSettingsPage#contributors-view",
"when": "false"
},
{
@ -3972,11 +3984,23 @@
"when": "false"
},
{
"command": "gitlens.showSettingsPage#remotes-view",
"when": "false"
},
{
"command": "gitlens.showSettingsPage#repositories-view",
"when": "false"
},
{
"command": "gitlens.showSettingsPage#search-commits-view",
"when": "false"
},
{
"command": "gitlens.showSettingsPage#compare-view",
"command": "gitlens.showSettingsPage#stashes-view",
"when": "false"
},
{
"command": "gitlens.showSettingsPage#tags-view",
"when": "false"
},
{

Loading…
Cancel
Save