|
1914 | 1914 | "suppressGitDisabledWarning": false, |
1915 | 1915 | "suppressGitVersionWarning": false, |
1916 | 1916 | "suppressLineUncommittedWarning": false, |
1917 | | - "suppressNoRepositoryWarning": false, |
1918 | | - "suppressSupportGitLensNotification": false |
| 1917 | + "suppressNoRepositoryWarning": false |
1919 | 1918 | }, |
1920 | 1919 | "properties": { |
1921 | 1920 | "suppressCommitHasNoPreviousCommitWarning": { |
|
1945 | 1944 | "suppressNoRepositoryWarning": { |
1946 | 1945 | "type": "boolean", |
1947 | 1946 | "default": false |
1948 | | - }, |
1949 | | - "suppressSupportGitLensNotification": { |
1950 | | - "type": "boolean", |
1951 | | - "default": false |
1952 | 1947 | } |
1953 | 1948 | }, |
1954 | 1949 | "markdownDescription": "Specifies which messages should be suppressed", |
|
2118 | 2113 | "commands": [ |
2119 | 2114 | { |
2120 | 2115 | "command": "gitlens.supportGitLens", |
2121 | | - "title": "Sponsor GitLens ❤", |
| 2116 | + "title": "Sponsor GitLens", |
2122 | 2117 | "category": "GitLens", |
2123 | 2118 | "icon": "$(heart)" |
2124 | 2119 | }, |
|
4834 | 4829 | "when": "view =~ /^gitlens\\.views\\.search:/ && config.gitlens.views.search.avatars", |
4835 | 4830 | "group": "1_gitlens@0" |
4836 | 4831 | }, |
4837 | | - { |
4838 | | - "command": "gitlens.supportGitLens", |
4839 | | - "when": "view =~ /^gitlens\\.views\\..*:/ && config.gitlens.advanced.messages.suppressSupportGitLensNotification != true && gitlens:views:supportGitLens:hide != true", |
4840 | | - "group": "navigation@1" |
4841 | | - }, |
4842 | 4832 | { |
4843 | 4833 | "command": "gitlens.showSettingsPage#repositories-view", |
4844 | 4834 | "when": "view =~ /^gitlens\\.views\\.repositories:/", |
4845 | | - "group": "9_gitlens" |
| 4835 | + "group": "9_gitlens@1" |
4846 | 4836 | }, |
4847 | 4837 | { |
4848 | 4838 | "command": "gitlens.showSettingsPage#file-history-view", |
4849 | 4839 | "when": "view =~ /^gitlens\\.views\\.fileHistory:/", |
4850 | | - "group": "9_gitlens" |
| 4840 | + "group": "9_gitlens@1" |
4851 | 4841 | }, |
4852 | 4842 | { |
4853 | 4843 | "command": "gitlens.showSettingsPage#line-history-view", |
4854 | 4844 | "when": "view =~ /^gitlens\\.views\\.lineHistory:/", |
4855 | | - "group": "9_gitlens" |
| 4845 | + "group": "9_gitlens@1" |
4856 | 4846 | }, |
4857 | 4847 | { |
4858 | 4848 | "command": "gitlens.showSettingsPage#search-commits-view", |
4859 | 4849 | "when": "view =~ /^gitlens\\.views\\.search:/", |
4860 | | - "group": "9_gitlens" |
| 4850 | + "group": "9_gitlens@1" |
4861 | 4851 | }, |
4862 | 4852 | { |
4863 | 4853 | "command": "gitlens.showSettingsPage", |
4864 | 4854 | "when": "view =~ /^gitlens\\.views\\.compare:/", |
4865 | | - "group": "9_gitlens" |
| 4855 | + "group": "9_gitlens@1" |
| 4856 | + }, |
| 4857 | + { |
| 4858 | + "command": "gitlens.supportGitLens", |
| 4859 | + "when": "view =~ /^gitlens\\.views\\..*:/", |
| 4860 | + "group": "9_gitlens@-1" |
4866 | 4861 | } |
4867 | 4862 | ], |
4868 | 4863 | "view/item/context": [ |
|
0 commit comments