|
3964 | 3964 | }, |
3965 | 3965 | { |
3966 | 3966 | "command": "gitlens.views.fileHistory.setRenameFollowingOn", |
3967 | | - "title": "Toggle Renames: Don't Follow", |
| 3967 | + "title": "Toggle Renames: Not Following", |
3968 | 3968 | "category": "GitLens", |
3969 | 3969 | "enablement": "!config.gitlens.advanced.fileHistoryShowAllBranches" |
3970 | 3970 | }, |
3971 | 3971 | { |
3972 | 3972 | "command": "gitlens.views.fileHistory.setRenameFollowingOff", |
3973 | | - "title": "Toggle Renames: Follow", |
| 3973 | + "title": "Toggle Renames: Following", |
3974 | 3974 | "category": "GitLens", |
3975 | 3975 | "enablement": "!config.gitlens.advanced.fileHistoryShowAllBranches" |
3976 | 3976 | }, |
|
6032 | 6032 | }, |
6033 | 6033 | { |
6034 | 6034 | "command": "gitlens.views.fileHistory.setRenameFollowingOn", |
6035 | | - "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing && !config.gitlens.advanced.fileHistoryFollowsRenames && !config.gitlens.advanced.fileHistoryShowAllBranches", |
| 6035 | + "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing && config.gitlens.advanced.fileHistoryShowAllBranches", |
6036 | 6036 | "group": "3_gitlens@1" |
6037 | 6037 | }, |
6038 | 6038 | { |
6039 | 6039 | "command": "gitlens.views.fileHistory.setRenameFollowingOn", |
6040 | | - "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing && config.gitlens.advanced.fileHistoryShowAllBranches", |
| 6040 | + "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing && !config.gitlens.advanced.fileHistoryShowAllBranches && !config.gitlens.advanced.fileHistoryFollowsRenames", |
6041 | 6041 | "group": "3_gitlens@1" |
6042 | 6042 | }, |
6043 | 6043 | { |
6044 | 6044 | "command": "gitlens.views.fileHistory.setRenameFollowingOff", |
6045 | | - "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing && config.gitlens.advanced.fileHistoryFollowsRenames && !config.gitlens.advanced.fileHistoryShowAllBranches", |
| 6045 | + "when": "view =~ /^gitlens\\.views\\.fileHistory/ && !gitlens:views:fileHistory:cursorFollowing && !config.gitlens.advanced.fileHistoryShowAllBranches && config.gitlens.advanced.fileHistoryFollowsRenames", |
6046 | 6046 | "group": "3_gitlens@1" |
6047 | 6047 | }, |
6048 | 6048 | { |
|
0 commit comments