Description
Currently you are able to configure which context menu items show up in GitLens except for "Open worktree for pull request via GitLens"
|
{ |
|
"command": "gitlens.ghpr.views.openOrCreateWorktree", |
|
"title": "Open Worktree for Pull Request via GitLens...", |
|
"category": "GitLens", |
|
"enablement": "!operationInProgress" |
|
}, |
It is very annoying since it occupies the top spot, muscle memory has many users clicking that instead of "Checkout Pull Request"

Expected behavior
Users are able to toggle off "Open worktree for pull request via GitLens..." from the context menu to clean up their context menu
