Browse Source

Changes open on remote icons to globes

main
Eric Amodio 4 years ago
parent
commit
1cca888e7f
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      package.json

+ 6
- 6
package.json View File

@ -2513,25 +2513,25 @@
"command": "gitlens.openBranchesInRemote",
"title": "Open Branches on Remote",
"category": "GitLens",
"icon": "$(link-external)"
"icon": "$(globe)"
},
{
"command": "gitlens.openBranchInRemote",
"title": "Open Branch on Remote",
"category": "GitLens",
"icon": "$(link-external)"
"icon": "$(globe)"
},
{
"command": "gitlens.openCommitInRemote",
"title": "Open Commit on Remote",
"category": "GitLens",
"icon": "$(link-external)"
"icon": "$(globe)"
},
{
"command": "gitlens.openFileInRemote",
"title": "Open File on Remote",
"category": "GitLens",
"icon": "$(link-external)"
"icon": "$(globe)"
},
{
"command": "gitlens.openFileRevision",
@ -2555,7 +2555,7 @@
"command": "gitlens.openRepoInRemote",
"title": "Open Repository on Remote",
"category": "GitLens",
"icon": "$(link-external)"
"icon": "$(globe)"
},
{
"command": "gitlens.openRevisionFile",
@ -2879,7 +2879,7 @@
"command": "gitlens.views.openFileRevisionInRemote",
"title": "Open File at Revision on Remote",
"category": "GitLens",
"icon": "$(link-external)"
"icon": "$(globe)"
},
{
"command": "gitlens.views.openChangedFiles",

Loading…
Cancel
Save