Add git.fetchPrune to menus.menus.commandPalette

This commit is contained in:
Ryan Scott
2018-10-02 18:59:15 -05:00
parent 6cc0f06531
commit 373f50a102

View File

@@ -538,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"