Skip to content

Commit

Permalink
Moves learn more to main context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Nov 13, 2024
1 parent 12d8343 commit 1f4ff3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17985,6 +17985,11 @@
"submenu": "gitlens/views/grouped/more",
"when": "gitlens:views:scm:grouped:view == launchpad",
"group": "2_gitlens@3"
},
{
"command": "gitlens.views.launchpad.info",
"when": "gitlens:views:scm:grouped:view == launchpad",
"group": "2_gitlens_actions@1"
}
],
"gitlens/views/grouped/remotes": [
Expand Down Expand Up @@ -18360,11 +18365,6 @@
"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == launchpad && config.gitlens.views.launchpad.avatars",
"group": "5_gitlens@0"
},
{
"command": "gitlens.views.launchpad.info",
"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == launchpad",
"group": "8_info@1"
},
{
"command": "gitlens.views.remotes.setLayoutToList",
"when": "view == gitlens.views.scm.grouped && gitlens:views:scm:grouped:view == remotes && config.gitlens.views.remotes.branches.layout == tree",
Expand Down

0 comments on commit 1f4ff3d

Please sign in to comment.