mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Add command to drop all stashes
This commit is contained in:
@@ -501,6 +501,11 @@
|
||||
"title": "%command.stashDrop%",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.stashDropAll",
|
||||
"title": "%command.stashDropAll%",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.timeline.openDiff",
|
||||
"title": "%command.timelineOpenDiff%",
|
||||
@@ -914,6 +919,10 @@
|
||||
"command": "git.stashDrop",
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
|
||||
},
|
||||
{
|
||||
"command": "git.stashDropAll",
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
|
||||
},
|
||||
{
|
||||
"command": "git.timeline.openDiff",
|
||||
"when": "false"
|
||||
@@ -1651,6 +1660,10 @@
|
||||
{
|
||||
"command": "git.stashDrop",
|
||||
"group": "stash@7"
|
||||
},
|
||||
{
|
||||
"command": "git.stashDropAll",
|
||||
"group": "stash@8"
|
||||
}
|
||||
],
|
||||
"git.tags": [
|
||||
|
||||
Reference in New Issue
Block a user