|
|
@ -3060,6 +3060,16 @@ |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.repositories.setShowAvatarsOn", |
|
|
|
"title": "Show Avatars", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.repositories.setShowAvatarsOff", |
|
|
|
"title": "Hide Avatars", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.fileHistory.refresh", |
|
|
|
"title": "Refresh", |
|
|
|
"category": "GitLens", |
|
|
@ -3094,6 +3104,16 @@ |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.fileHistory.setShowAvatarsOn", |
|
|
|
"title": "Show Avatars", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.fileHistory.setShowAvatarsOff", |
|
|
|
"title": "Hide Avatars", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.refresh", |
|
|
|
"title": "Refresh", |
|
|
|
"category": "GitLens", |
|
|
@ -3128,6 +3148,16 @@ |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.setShowAvatarsOn", |
|
|
|
"title": "Show Avatars", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.setShowAvatarsOff", |
|
|
|
"title": "Hide Avatars", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.compare.selectForCompare", |
|
|
|
"title": "Compare References...", |
|
|
|
"category": "GitLens", |
|
|
@ -3179,6 +3209,16 @@ |
|
|
|
"icon": "$(lock)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.compare.setShowAvatarsOn", |
|
|
|
"title": "Show Avatars", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.compare.setShowAvatarsOff", |
|
|
|
"title": "Hide Avatars", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.compare.pinComparison", |
|
|
|
"title": "Pin Comparison", |
|
|
|
"category": "GitLens", |
|
|
@ -3254,6 +3294,16 @@ |
|
|
|
"icon": "$(lock)" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.search.setShowAvatarsOn", |
|
|
|
"title": "Show Avatars", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.search.setShowAvatarsOff", |
|
|
|
"title": "Hide Avatars", |
|
|
|
"category": "GitLens" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.dismissNode", |
|
|
|
"title": "Dismiss", |
|
|
|
"category": "GitLens", |
|
|
@ -3924,6 +3974,14 @@ |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.repositories.setShowAvatarsOn", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.repositories.setShowAvatarsOff", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.fileHistory.refresh", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
@ -3948,6 +4006,14 @@ |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.fileHistory.setShowAvatarsOn", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.fileHistory.setShowAvatarsOff", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.refresh", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
@ -3972,6 +4038,14 @@ |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.setShowAvatarsOn", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.setShowAvatarsOff", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.compare.selectForCompare", |
|
|
|
"when": "gitlens:enabled && config.gitlens.views.compare.enabled" |
|
|
|
}, |
|
|
@ -4004,6 +4078,14 @@ |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.compare.setShowAvatarsOn", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.compare.setShowAvatarsOff", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.compare.pinComparison", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
@ -4044,6 +4126,14 @@ |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.search.setShowAvatarsOn", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.search.setShowAvatarsOff", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.dismissNode", |
|
|
|
"when": "false" |
|
|
|
}, |
|
|
@ -4412,14 +4502,24 @@ |
|
|
|
"group": "navigation@99" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.repositories.setShowAvatarsOn", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.repositories:/ && !config.gitlens.views.repositories.avatars", |
|
|
|
"group": "1_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.repositories.setShowAvatarsOff", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.repositories:/ && config.gitlens.views.repositories.avatars", |
|
|
|
"group": "1_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.repositories.setAutoRefreshToOn", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.repositories:/ && config.gitlens.views.repositories.autoRefresh && !gitlens:views:repositories:autoRefresh", |
|
|
|
"group": "2_gitlens" |
|
|
|
"group": "2_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.repositories.setAutoRefreshToOff", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.repositories:/ && config.gitlens.views.repositories.autoRefresh && gitlens:views:repositories:autoRefresh", |
|
|
|
"group": "2_gitlens" |
|
|
|
"group": "2_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.fileHistory.setEditorFollowingOn", |
|
|
@ -4442,14 +4542,22 @@ |
|
|
|
"group": "navigation@99" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.fileHistory.setShowAvatarsOn", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.fileHistory:/ && !config.gitlens.views.fileHistory.avatars", |
|
|
|
"group": "1_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.fileHistory.setShowAvatarsOff", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.fileHistory:/ && config.gitlens.views.fileHistory.avatars", |
|
|
|
"group": "1_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.fileHistory.setRenameFollowingOn", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.fileHistory:/ && !config.gitlens.advanced.fileHistoryFollowsRenames", |
|
|
|
"group": "1_gitlens" |
|
|
|
"group": "2_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.fileHistory.setRenameFollowingOff", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.fileHistory:/ && config.gitlens.advanced.fileHistoryFollowsRenames", |
|
|
|
"group": "1_gitlens" |
|
|
|
"group": "2_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.setEditorFollowingOn", |
|
|
@ -4472,14 +4580,24 @@ |
|
|
|
"group": "navigation@99" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.setShowAvatarsOn", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.lineHistory:/ && !config.gitlens.views.lineHistory.avatars", |
|
|
|
"group": "1_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.setShowAvatarsOff", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.lineHistory:/ && config.gitlens.views.lineHistory.avatars", |
|
|
|
"group": "1_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.setRenameFollowingOn", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.lineHistory:/ && !config.gitlens.advanced.fileHistoryFollowsRenames", |
|
|
|
"group": "1_gitlens" |
|
|
|
"group": "2_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.lineHistory.setRenameFollowingOff", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.lineHistory:/ && config.gitlens.advanced.fileHistoryFollowsRenames", |
|
|
|
"group": "1_gitlens" |
|
|
|
"group": "2_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.compare.selectForCompare", |
|
|
@ -4522,6 +4640,16 @@ |
|
|
|
"group": "navigation@99" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.compare.setShowAvatarsOn", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.compare:/ && !config.gitlens.views.compare.avatars", |
|
|
|
"group": "1_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.compare.setShowAvatarsOff", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.compare:/ && config.gitlens.views.compare.avatars", |
|
|
|
"group": "1_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.search.searchCommits", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.search:/", |
|
|
|
"group": "navigation@10" |
|
|
@ -4562,6 +4690,16 @@ |
|
|
|
"group": "navigation@99" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.search.setShowAvatarsOn", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.search:/ && !config.gitlens.views.search.avatars", |
|
|
|
"group": "1_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.views.search.setShowAvatarsOff", |
|
|
|
"when": "view =~ /^gitlens\\.views\\.search:/ && config.gitlens.views.search.avatars", |
|
|
|
"group": "1_gitlens@0" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"command": "gitlens.supportGitLens", |
|
|
|
"when": "view =~ /^gitlens\\.views\\..*:/ && config.gitlens.advanced.messages.suppressSupportGitLensNotification != true && gitlens:views:supportGitLens:hide != true", |
|
|
|
"group": "navigation@1" |
|
|
|