Browse Source

Adds grouping/ordering

main
Eric Amodio 4 years ago
parent
commit
5f10985f61
1 changed files with 12 additions and 10 deletions
  1. +12
    -10
      package.json

+ 12
- 10
package.json View File

@ -4467,6 +4467,18 @@
"group": "6_copypath@100"
}
],
"extension/context": [
{
"command": "gitlens.showWelcomePage",
"when": "extension == eamodio.gitlens && extensionStatus == installed",
"group": "9_gitlens@1"
},
{
"command": "gitlens.showSettingsPage",
"when": "extension == eamodio.gitlens && extensionStatus == installed",
"group": "9_gitlens@2"
}
],
"scm/title": [
{
"command": "gitlens.addAuthors",
@ -5714,16 +5726,6 @@
"when": "viewItem =~ /gitlens:pager\\b/",
"group": "1_gitlens_actions@1"
}
],
"extension/context": [
{
"command": "gitlens.showSettingsPage",
"when": "extension == eamodio.gitlens && extensionStatus == installed"
},
{
"command": "gitlens.showWelcomePage",
"when": "extension == eamodio.gitlens && extensionStatus == installed"
}
]
},
"keybindings": [

Loading…
Cancel
Save