add git.stageAll to provider menu

related to #34230
This commit is contained in:
Joao Moreno
2017-09-13 09:18:09 +02:00
parent 3ac4826939
commit b1a7be798e

View File

@@ -529,6 +529,11 @@
"group": "3_commit",
"when": "config.git.enabled && scmProvider == git"
},
{
"command": "git.stageAll",
"group": "4_stage",
"when": "config.git.enabled && scmProvider == git"
},
{
"command": "git.unstageAll",
"group": "4_stage",