git: commit

This commit is contained in:
Joao Moreno
2017-01-31 11:15:52 +01:00
parent b276b5e04b
commit cb36e6c217
8 changed files with 126 additions and 35 deletions

View File

@@ -94,6 +94,11 @@
"dark": "resources/icons/dark/clean.svg"
}
},
{
"command": "git.commit",
"title": "%command.commit%",
"category": "Git"
},
{
"command": "git.commitStaged",
"title": "%command.commitStaged%",
@@ -165,6 +170,14 @@
"category": "Git"
}
],
"keybindings": [
{
"command": "git.commitWithInput",
"key": "ctrl+enter",
"mac": "cmd+enter",
"when": "inSCMInput"
}
],
"menus": {
"scm/title": [
{