Skip to content

Commit 8265c3e

Browse files
authored
Git - introduce group is the long submenus (microsoft#186917)
1 parent 7c34ea4 commit 8265c3e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

extensions/git/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,31 +1892,31 @@
18921892
"git.branch": [
18931893
{
18941894
"command": "git.merge",
1895-
"group": "branch@1"
1895+
"group": "1_merge@1"
18961896
},
18971897
{
18981898
"command": "git.rebase",
1899-
"group": "branch@2"
1899+
"group": "1_merge@2"
19001900
},
19011901
{
19021902
"command": "git.branch",
1903-
"group": "branch@3"
1903+
"group": "2_branch@1"
19041904
},
19051905
{
19061906
"command": "git.branchFrom",
1907-
"group": "branch@4"
1907+
"group": "2_branch@2"
19081908
},
19091909
{
19101910
"command": "git.renameBranch",
1911-
"group": "branch@5"
1911+
"group": "3_modify@1"
19121912
},
19131913
{
19141914
"command": "git.deleteBranch",
1915-
"group": "branch@6"
1915+
"group": "3_modify@2"
19161916
},
19171917
{
19181918
"command": "git.publish",
1919-
"group": "branch@7"
1919+
"group": "4_publish@1"
19201920
}
19211921
],
19221922
"git.remotes": [
@@ -1932,40 +1932,40 @@
19321932
"git.stash": [
19331933
{
19341934
"command": "git.stash",
1935-
"group": "stash@1"
1935+
"group": "1_stash@1"
19361936
},
19371937
{
19381938
"command": "git.stashIncludeUntracked",
1939-
"group": "stash@2"
1939+
"group": "1_stash@2"
19401940
},
19411941
{
19421942
"command": "git.stashStaged",
19431943
"when": "gitVersion2.35",
1944-
"group": "stash@3"
1944+
"group": "1_stash@3"
19451945
},
19461946
{
19471947
"command": "git.stashApplyLatest",
1948-
"group": "stash@4"
1948+
"group": "2_apply@1"
19491949
},
19501950
{
19511951
"command": "git.stashApply",
1952-
"group": "stash@5"
1952+
"group": "2_apply@2"
19531953
},
19541954
{
19551955
"command": "git.stashPopLatest",
1956-
"group": "stash@6"
1956+
"group": "3_pop@1"
19571957
},
19581958
{
19591959
"command": "git.stashPop",
1960-
"group": "stash@7"
1960+
"group": "3_pop@2"
19611961
},
19621962
{
19631963
"command": "git.stashDrop",
1964-
"group": "stash@8"
1964+
"group": "4_drop@1"
19651965
},
19661966
{
19671967
"command": "git.stashDropAll",
1968-
"group": "stash@9"
1968+
"group": "4_drop@2"
19691969
}
19701970
],
19711971
"git.tags": [

0 commit comments

Comments
 (0)