git: unstage ranges

This commit is contained in:
Joao Moreno
2017-02-17 16:36:17 +01:00
parent 963bbca635
commit bb6d6000e9
3 changed files with 50 additions and 4 deletions

View File

@@ -98,6 +98,11 @@
"dark": "resources/icons/dark/unstage.svg"
}
},
{
"command": "git.unstageSelectedRanges",
"title": "%command.unstageSelectedRanges%",
"category": "Git"
},
{
"command": "git.clean",
"title": "%command.clean%",