add the git.fetch action to the frist header menu in scm in order to be easier to fetch the repo immediately (#137940)

This commit is contained in:
heartacker
2022-04-05 21:32:32 +08:00
committed by GitHub
parent b541c1cc97
commit 80f8b99e3c

View File

@@ -986,6 +986,11 @@
"group": "1_header@4",
"when": "scmProvider == git"
},
{
"command": "git.fetch",
"group": "1_header@5",
"when": "scmProvider == git"
},
{
"submenu": "git.commit",
"group": "2_main@1",