#54204 add commands to apply stash

This commit is contained in:
Konstantin Müller
2018-07-14 10:01:47 +02:00
parent 8b9495d494
commit c56219e13d
5 changed files with 93 additions and 14 deletions

View File

@@ -50,6 +50,8 @@
"command.stash": "Stash",
"command.stashPop": "Pop Stash...",
"command.stashPopLatest": "Pop Latest Stash",
"command.stashApply": "Apply Stash...",
"command.stashApplyLatest": "Apply Latest Stash",
"config.enabled": "Whether git is enabled",
"config.path": "Path to the git executable",
"config.autoRepositoryDetection": "Configures when repositories should be automatically detected.",