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

This commit is contained in:
heartacker 2021-11-26 21:41:53 +08:00 committed by GitHub
parent 5cb1766018
commit 1f18f9eb4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -968,6 +968,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",