Browse Source

Hides create worktree command when unavailable

main
Eric Amodio 1 year ago
parent
commit
3e75bf8dd4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -11248,7 +11248,7 @@
},
{
"command": "gitlens.ghpr.views.createWorktree",
"when": "view == pr:github && viewItem =~ /pullrequest(:local)?:nonactive|description/",
"when": "!gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && view == pr:github && viewItem =~ /pullrequest(:local)?:nonactive|description/",
"group": "pullrequest@2"
}
],

Loading…
Cancel
Save