git: stage ranges

This commit is contained in:
Joao Moreno
2017-02-17 16:12:13 +01:00
parent 7c85231fb1
commit 354059915b
5 changed files with 102 additions and 12 deletions

View File

@@ -75,6 +75,11 @@
"dark": "resources/icons/dark/stage.svg"
}
},
{
"command": "git.stageSelectedRanges",
"title": "%command.stageSelectedRanges%",
"category": "Git"
},
{
"command": "git.unstage",
"title": "%command.unstage%",