We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7fc11 commit 5ebb6cfCopy full SHA for 5ebb6cf
package.json
@@ -7632,6 +7632,11 @@
7632
"when": "gitlens:hasRemotes && !gitlens:readonly && viewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(remote|tracking)\\b)(?!.*?\\b\\+ahead\\b)(?!.*?\\b\\+behind\\b)/",
7633
"group": "inline@8"
7634
},
7635
+ {
7636
+ "command": "gitlens.views.createPullRequest",
7637
+ "when": "gitlens:action:createPullRequest && viewItem =~ /gitlens:branch\\b(?=.*?\\b\\+(tracking|remote)\\b)/",
7638
+ "group": "inline@9"
7639
+ },
7640
{
7641
"command": "gitlens.views.undoCommit",
7642
"when": "!gitlens:readonly && viewItem =~ /gitlens:commit\\b(?=.*?\\b\\+HEAD\\b)/",
0 commit comments