Git - add open stash command (#201970)

* Initial implementation

* Add button to quick pick

* Improve stash picker

* Remove quick pick buttons
This commit is contained in:
Ladislau Szomoru
2024-01-08 09:48:51 +01:00
committed by GitHub
parent 0a90cb8a06
commit cfebdd863a
5 changed files with 96 additions and 11 deletions

View File

@@ -104,6 +104,7 @@
"command.stashApplyLatest": "Apply Latest Stash",
"command.stashDrop": "Drop Stash...",
"command.stashDropAll": "Drop All Stashes...",
"command.stashOpen": "Open Stash...",
"command.timelineOpenDiff": "Open Changes",
"command.timelineOpenCommit": "Open Commit",
"command.timelineCopyCommitId": "Copy Commit ID",