File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 19771977 {
19781978 "command" : " gitlens.openFileInRemote" ,
19791979 "when" : " gitlens:enabled && gitlens:activeHasRemote && config.gitlens.advanced.menus.editorTitle.remote" ,
1980- "group" : " 1_gitlens "
1980+ "group" : " 2_gitlens "
19811981 },
19821982 {
19831983 "command" : " gitlens.openRepoInRemote" ,
19841984 "when" : " gitlens:enabled && gitlens:activeHasRemote && config.gitlens.advanced.menus.editorTitle.remote" ,
1985- "group" : " 1_gitlens "
1985+ "group" : " 2_gitlens "
19861986 },
19871987 {
19881988 "command" : " gitlens.diffWithPrevious" ,
19891989 "when" : " editorTextFocus && gitlens:activeIsTracked && config.gitlens.advanced.menus.editorTitle.fileDiff" ,
1990- "group" : " 2_gitlens "
1990+ "group" : " 2_gitlens_1 "
19911991 },
19921992 {
19931993 "command" : " gitlens.diffWithWorking" ,
19941994 "when" : " editorTextFocus && gitlens:activeIsTracked && config.gitlens.advanced.menus.editorTitle.fileDiff" ,
1995- "group" : " 2_gitlens "
1995+ "group" : " 2_gitlens_1 "
19961996 },
19971997 {
19981998 "command" : " gitlens.showQuickFileHistory" ,
19991999 "when" : " editorFocus && gitlens:activeIsTracked && config.gitlens.advanced.menus.editorTitle.history" ,
2000- "group" : " 2_gitlens_1 "
2000+ "group" : " 2_gitlens_2 "
20012001 },
20022002 {
20032003 "command" : " gitlens.showQuickRepoHistory" ,
20042004 "when" : " !editorFocus && gitlens:enabled && config.gitlens.advanced.menus.editorTitle.history" ,
2005- "group" : " 2_gitlens_1 "
2005+ "group" : " 2_gitlens_2 "
20062006 },
20072007 {
20082008 "command" : " gitlens.showQuickRepoStatus" ,
20092009 "when" : " gitlens:enabled && config.gitlens.advanced.menus.editorTitle.status" ,
2010- "group" : " 2_gitlens_1 "
2010+ "group" : " 2_gitlens_2 "
20112011 }
20122012 ],
20132013 "editor/title/context" : [
You can’t perform that action at this time.
0 commit comments