git: commit commands

This commit is contained in:
Joao Moreno
2017-02-08 12:37:41 +01:00
parent a0b3d09ab4
commit 7c2ea17421
3 changed files with 44 additions and 22 deletions

View File

@@ -227,22 +227,22 @@
{
"command": "git.commitStaged",
"group": "3_commit",
"when": "scmProvider == none"
"when": "scmProvider == git"
},
{
"command": "git.commitStagedSigned",
"group": "3_commit",
"when": "scmProvider == none"
"when": "scmProvider == git"
},
{
"command": "git.commitAll",
"group": "3_commit",
"when": "scmProvider == none"
"when": "scmProvider == git"
},
{
"command": "git.commitAllSigned",
"group": "3_commit",
"when": "scmProvider == none"
"when": "scmProvider == git"
},
{
"command": "git.undoCommit",