mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user