Browse Source

Fixes context menu ordering

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

+ 1
- 1
package.json View File

@ -11063,7 +11063,7 @@
{
"command": "gitlens.graph.hideRefGroup",
"when": "webviewItemGroup =~ /gitlens:refGroup\\b(?!.*?\\b\\+current\\b)/",
"group": "8_gitlens_actions@11"
"group": "8_gitlens_actions@12"
},
{
"command": "gitlens.graph.openBranchOnRemote",

Loading…
Cancel
Save