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

@@ -674,6 +674,12 @@
"category": "Git",
"enablement": "!operationInProgress"
},
{
"command": "git.stashOpen",
"title": "%command.stashOpen%",
"category": "Git",
"enablement": "!operationInProgress"
},
{
"command": "git.timeline.openDiff",
"title": "%command.timelineOpenDiff%",
@@ -1257,6 +1263,10 @@
"command": "git.openRepositoriesInParentFolders",
"when": "config.git.enabled && !git.missing && git.parentRepositoryCount != 0"
},
{
"command": "git.openStash",
"when": "config.git.enabled && !git.missing && config.multiDiffEditor.experimental.enabled"
},
{
"command": "git.viewChanges",
"when": "false"