Skip to content

Commit 4d53258

Browse files
committed
Adds view icons
1 parent b9e0210 commit 4d53258

File tree

5 files changed

+73
-26
lines changed

5 files changed

+73
-26
lines changed

images/views/compare.svg

Lines changed: 3 additions & 0 deletions
Loading

images/views/history.svg

Lines changed: 4 additions & 0 deletions
Loading

images/views/repositories.svg

Lines changed: 5 additions & 0 deletions
Loading

images/views/search.svg

Lines changed: 5 additions & 0 deletions
Loading

package.json

Lines changed: 56 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5820,81 +5820,111 @@
58205820
{
58215821
"id": "gitlens.views.repositories:gitlens",
58225822
"name": "Repositories",
5823-
"when": "config.gitlens.views.repositories.enabled && config.gitlens.views.repositories.location == gitlens"
5823+
"when": "config.gitlens.views.repositories.enabled && config.gitlens.views.repositories.location == gitlens",
5824+
"contextualTitle": "GitLens",
5825+
"icon": "images/views/repositories.svg"
58245826
},
58255827
{
58265828
"id": "gitlens.views.fileHistory:gitlens",
58275829
"name": "File History",
5828-
"when": "config.gitlens.views.fileHistory.enabled && config.gitlens.views.fileHistory.location == gitlens"
5830+
"when": "config.gitlens.views.fileHistory.enabled && config.gitlens.views.fileHistory.location == gitlens",
5831+
"contextualTitle": "GitLens",
5832+
"icon": "images/views/history.svg"
58295833
},
58305834
{
58315835
"id": "gitlens.views.lineHistory:gitlens",
58325836
"name": "Line History",
5833-
"when": "config.gitlens.views.lineHistory.enabled && config.gitlens.views.lineHistory.location == gitlens"
5837+
"when": "config.gitlens.views.lineHistory.enabled && config.gitlens.views.lineHistory.location == gitlens",
5838+
"contextualTitle": "GitLens",
5839+
"icon": "images/views/history.svg"
58345840
},
58355841
{
58365842
"id": "gitlens.views.compare:gitlens",
5837-
"name": "Compare",
5838-
"when": "config.gitlens.views.compare.enabled && config.gitlens.views.compare.location == gitlens"
5843+
"name": "Compare Commits",
5844+
"when": "config.gitlens.views.compare.enabled && config.gitlens.views.compare.location == gitlens",
5845+
"contextualTitle": "GitLens",
5846+
"icon": "images/views/compare.svg"
58395847
},
58405848
{
58415849
"id": "gitlens.views.search:gitlens",
58425850
"name": "Search Commits",
5843-
"when": "config.gitlens.views.search.enabled && config.gitlens.views.search.location == gitlens"
5851+
"when": "config.gitlens.views.search.enabled && config.gitlens.views.search.location == gitlens",
5852+
"contextualTitle": "GitLens",
5853+
"icon": "images/views/search.svg"
58445854
}
58455855
],
58465856
"explorer": [
58475857
{
58485858
"id": "gitlens.views.repositories:explorer",
5849-
"name": "GitLens: Repositories",
5850-
"when": "gitlens:enabled && config.gitlens.views.repositories.enabled && config.gitlens.views.repositories.location == explorer"
5859+
"name": "Repositories",
5860+
"when": "gitlens:enabled && config.gitlens.views.repositories.enabled && config.gitlens.views.repositories.location == explorer",
5861+
"contextualTitle": "GitLens",
5862+
"icon": "images/views/repositories.svg"
58515863
},
58525864
{
58535865
"id": "gitlens.views.fileHistory:explorer",
5854-
"name": "GitLens: File History",
5855-
"when": "gitlens:enabled && config.gitlens.views.fileHistory.enabled && config.gitlens.views.fileHistory.location == explorer"
5866+
"name": "File History",
5867+
"when": "gitlens:enabled && config.gitlens.views.fileHistory.enabled && config.gitlens.views.fileHistory.location == explorer",
5868+
"contextualTitle": "GitLens",
5869+
"icon": "images/views/history.svg"
58565870
},
58575871
{
58585872
"id": "gitlens.views.lineHistory:explorer",
5859-
"name": "GitLens: Line History",
5860-
"when": "gitlens:enabled && config.gitlens.views.lineHistory.enabled && config.gitlens.views.lineHistory.location == explorer"
5873+
"name": "Line History",
5874+
"when": "gitlens:enabled && config.gitlens.views.lineHistory.enabled && config.gitlens.views.lineHistory.location == explorer",
5875+
"contextualTitle": "GitLens",
5876+
"icon": "images/views/history.svg"
58615877
},
58625878
{
58635879
"id": "gitlens.views.compare:explorer",
5864-
"name": "GitLens: Compare",
5865-
"when": "gitlens:enabled && config.gitlens.views.compare.enabled && config.gitlens.views.compare.location == explorer"
5880+
"name": "Compare Commits",
5881+
"when": "gitlens:enabled && config.gitlens.views.compare.enabled && config.gitlens.views.compare.location == explorer",
5882+
"contextualTitle": "GitLens",
5883+
"icon": "images/views/compare.svg"
58665884
},
58675885
{
58685886
"id": "gitlens.views.search:explorer",
5869-
"name": "GitLens: Search Commits",
5870-
"when": "gitlens:enabled && config.gitlens.views.search.enabled && config.gitlens.views.search.location == explorer"
5887+
"name": "Search Commits",
5888+
"when": "gitlens:enabled && config.gitlens.views.search.enabled && config.gitlens.views.search.location == explorer",
5889+
"contextualTitle": "GitLens",
5890+
"icon": "images/views/search.svg"
58715891
}
58725892
],
58735893
"scm": [
58745894
{
58755895
"id": "gitlens.views.repositories:scm",
5876-
"name": "GitLens: Repositories",
5877-
"when": "gitlens:enabled && config.gitlens.views.repositories.enabled && config.gitlens.views.repositories.location == scm"
5896+
"name": "Repositories",
5897+
"when": "gitlens:enabled && config.gitlens.views.repositories.enabled && config.gitlens.views.repositories.location == scm",
5898+
"contextualTitle": "GitLens",
5899+
"icon": "images/views/repositories.svg"
58785900
},
58795901
{
58805902
"id": "gitlens.views.fileHistory:scm",
5881-
"name": "GitLens: File History",
5882-
"when": "gitlens:enabled && config.gitlens.views.fileHistory.enabled && config.gitlens.views.fileHistory.location == scm"
5903+
"name": "File History",
5904+
"when": "gitlens:enabled && config.gitlens.views.fileHistory.enabled && config.gitlens.views.fileHistory.location == scm",
5905+
"contextualTitle": "GitLens",
5906+
"icon": "images/views/history.svg"
58835907
},
58845908
{
58855909
"id": "gitlens.views.lineHistory:scm",
5886-
"name": "GitLens: Line History",
5887-
"when": "gitlens:enabled && config.gitlens.views.lineHistory.enabled && config.gitlens.views.lineHistory.location == scm"
5910+
"name": "Line History",
5911+
"when": "gitlens:enabled && config.gitlens.views.lineHistory.enabled && config.gitlens.views.lineHistory.location == scm",
5912+
"contextualTitle": "GitLens",
5913+
"icon": "images/views/history.svg"
58885914
},
58895915
{
58905916
"id": "gitlens.views.compare:scm",
5891-
"name": "GitLens: Compare",
5892-
"when": "gitlens:enabled && config.gitlens.views.compare.enabled && config.gitlens.views.compare.location == scm"
5917+
"name": "Compare Commits",
5918+
"when": "gitlens:enabled && config.gitlens.views.compare.enabled && config.gitlens.views.compare.location == scm",
5919+
"contextualTitle": "GitLens",
5920+
"icon": "images/views/compare.svg"
58935921
},
58945922
{
58955923
"id": "gitlens.views.search:scm",
5896-
"name": "GitLens: Search Commits",
5897-
"when": "gitlens:enabled && config.gitlens.views.search.enabled && config.gitlens.views.search.location == scm"
5924+
"name": "Search Commits",
5925+
"when": "gitlens:enabled && config.gitlens.views.search.enabled && config.gitlens.views.search.location == scm",
5926+
"contextualTitle": "GitLens",
5927+
"icon": "images/views/search.svg"
58985928
}
58995929
]
59005930
}

0 commit comments

Comments
 (0)