|
5820 | 5820 | { |
5821 | 5821 | "id": "gitlens.views.repositories:gitlens", |
5822 | 5822 | "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" |
5824 | 5826 | }, |
5825 | 5827 | { |
5826 | 5828 | "id": "gitlens.views.fileHistory:gitlens", |
5827 | 5829 | "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" |
5829 | 5833 | }, |
5830 | 5834 | { |
5831 | 5835 | "id": "gitlens.views.lineHistory:gitlens", |
5832 | 5836 | "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" |
5834 | 5840 | }, |
5835 | 5841 | { |
5836 | 5842 | "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" |
5839 | 5847 | }, |
5840 | 5848 | { |
5841 | 5849 | "id": "gitlens.views.search:gitlens", |
5842 | 5850 | "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" |
5844 | 5854 | } |
5845 | 5855 | ], |
5846 | 5856 | "explorer": [ |
5847 | 5857 | { |
5848 | 5858 | "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" |
5851 | 5863 | }, |
5852 | 5864 | { |
5853 | 5865 | "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" |
5856 | 5870 | }, |
5857 | 5871 | { |
5858 | 5872 | "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" |
5861 | 5877 | }, |
5862 | 5878 | { |
5863 | 5879 | "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" |
5866 | 5884 | }, |
5867 | 5885 | { |
5868 | 5886 | "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" |
5871 | 5891 | } |
5872 | 5892 | ], |
5873 | 5893 | "scm": [ |
5874 | 5894 | { |
5875 | 5895 | "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" |
5878 | 5900 | }, |
5879 | 5901 | { |
5880 | 5902 | "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" |
5883 | 5907 | }, |
5884 | 5908 | { |
5885 | 5909 | "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" |
5888 | 5914 | }, |
5889 | 5915 | { |
5890 | 5916 | "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" |
5893 | 5921 | }, |
5894 | 5922 | { |
5895 | 5923 | "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" |
5898 | 5928 | } |
5899 | 5929 | ] |
5900 | 5930 | } |
|
0 commit comments