Merge commit 'refs/pull/59735/head' of github.com:Microsoft/vscode into pr/59735

This commit is contained in:
Joao Moreno
2018-11-20 09:43:16 +01:00
5 changed files with 32 additions and 1 deletions

View File

@@ -265,6 +265,11 @@
"title": "%command.fetch%",
"category": "Git"
},
{
"command": "git.fetchPrune",
"title": "%command.fetchPrune%",
"category": "Git"
},
{
"command": "git.fetchAll",
"title": "%command.fetchAll%",
@@ -533,6 +538,10 @@
"command": "git.fetch",
"when": "config.git.enabled && gitOpenRepositoryCount != 0"
},
{
"command": "git.fetchPrune",
"when": "config.git.enabled && gitOpenRepositoryCount != 0"
},
{
"command": "git.fetchAll",
"when": "config.git.enabled && gitOpenRepositoryCount != 0"