diff: inline actions

This commit is contained in:
Joao Moreno
2017-10-11 15:16:47 +02:00
parent c5e3aace45
commit 7d729c9d17
7 changed files with 102 additions and 18 deletions

View File

@@ -10,6 +10,8 @@
"command.stageAll": "Stage All Changes",
"command.stageSelectedRanges": "Stage Selected Ranges",
"command.revertSelectedRanges": "Revert Selected Ranges",
"command.stageChange": "Stage Change",
"command.revertChange": "Revert Change",
"command.unstage": "Unstage Changes",
"command.unstageAll": "Unstage All Changes",
"command.unstageSelectedRanges": "Unstage Selected Ranges",