Skip to content

Allow disabling "Open worktree for pull request via GitLens..." from repository context menu #2597

@benatshippabo

Description

@benatshippabo

Description

Currently you are able to configure which context menu items show up in GitLens except for "Open worktree for pull request via GitLens"

vscode-gitlens/package.json

Lines 5806 to 5811 in 01f92d2

{
"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"

image

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

image

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions