Adding git stash drop for issue 76195

This commit is contained in:
Drew Cross
2019-06-29 07:19:20 -07:00
parent 08ad050c27
commit a047914487
5 changed files with 49 additions and 0 deletions

View File

@@ -62,6 +62,7 @@
"command.stashPopLatest": "Pop Latest Stash",
"command.stashApply": "Apply Stash...",
"command.stashApplyLatest": "Apply Latest Stash",
"command.dropStash": "Drop Stash",
"config.enabled": "Whether git is enabled.",
"config.path": "Path and filename of the git executable, e.g. `C:\\Program Files\\Git\\bin\\git.exe` (Windows).",
"config.autoRepositoryDetection": "Configures when repositories should be automatically detected.",