Skip to content

Commit 5391b2e

Browse files
committed
Fixes editor title menu positions
1 parent e847e37 commit 5391b2e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,37 +1977,37 @@
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": [

0 commit comments

Comments
 (0)