File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6722
6722
"menus" : {
6723
6723
"view/title" : [
6724
6724
{
6725
- "when" : " view == gitlens.views.fileHistory && gitlens:views:fileHistory:canPin && !gitlens:views:fileHistory:editorFollowing" ,
6725
+ "when" : " view == gitlens.views.fileHistory && !gitlens:views:fileHistory:editorFollowing" ,
6726
6726
"group" : " navigation" ,
6727
6727
"order" : 10
6728
6728
}
Original file line number Diff line number Diff line change 17307
17307
},
17308
17308
{
17309
17309
"command": "gitlens.views.fileHistory.setEditorFollowingOn",
17310
- "when": "view == gitlens.views.fileHistory && gitlens:views:fileHistory:canPin && !gitlens:views:fileHistory:editorFollowing",
17310
+ "when": "view == gitlens.views.fileHistory && !gitlens:views:fileHistory:editorFollowing",
17311
17311
"group": "navigation@10"
17312
17312
},
17313
17313
{
You can’t perform that action at this time.
0 commit comments