Browse Source

Adds create pr icon to branch nodes

main
Eric Amodio 3 years ago
parent
commit
5ebb6cfbbb
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      package.json

+ 5
- 0
package.json View File

@ -7633,6 +7633,11 @@
"group": "inline@8"
},
{
"command": "gitlens.views.createPullRequest",
"when": "gitlens:action:createPullRequest && viewItem =~ /gitlens:branch\b(?=.*?\b\+(tracking|remote)\b)/",
"group": "inline@9"
},
{
"command": "gitlens.views.undoCommit",
"when": "!gitlens:readonly && viewItem =~ /gitlens:commit\b(?=.*?\b\+HEAD\b)/",
"group": "inline@95"

||||||
x
 
000:0
Loading…
Cancel
Save