Browse Source

Removes rogue & duplicate command

main
Eric Amodio 2 years ago
parent
commit
4b607e7a84
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      package.json

+ 0
- 12
package.json View File

@ -4795,18 +4795,6 @@
"icon": "$(copy)"
},
{
"command": "gitlens.openAutolink",
"title": "Open Autolink Url",
"category": "GitLens",
"icon": "$(globe)"
},
{
"command": "gitlens.copyAutolinkUrl",
"title": "Copy Autolink Url",
"category": "GitLens",
"icon": "$(copy)"
},
{
"command": "gitlens.openPullRequestOnRemote",
"title": "Open Pull Request on Remote",
"category": "GitLens",

Loading…
Cancel
Save