mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
Git - rename "Open Stash" to "Preview Stash" (#201973)
* Git - rename "Open Stash" to "Preview Stash" * Add Preview Stash command to the "..." menu
This commit is contained in:
@@ -675,8 +675,8 @@
|
||||
"enablement": "!operationInProgress"
|
||||
},
|
||||
{
|
||||
"command": "git.stashOpen",
|
||||
"title": "%command.stashOpen%",
|
||||
"command": "git.stashPreview",
|
||||
"title": "%command.stashPreview%",
|
||||
"category": "Git",
|
||||
"enablement": "!operationInProgress"
|
||||
},
|
||||
@@ -1264,7 +1264,7 @@
|
||||
"when": "config.git.enabled && !git.missing && git.parentRepositoryCount != 0"
|
||||
},
|
||||
{
|
||||
"command": "git.openStash",
|
||||
"command": "git.stashPreview",
|
||||
"when": "config.git.enabled && !git.missing && config.multiDiffEditor.experimental.enabled"
|
||||
},
|
||||
{
|
||||
@@ -2103,6 +2103,11 @@
|
||||
{
|
||||
"command": "git.stashDropAll",
|
||||
"group": "4_drop@2"
|
||||
},
|
||||
{
|
||||
"command": "git.stashPreview",
|
||||
"when": "config.multiDiffEditor.experimental.enabled",
|
||||
"group": "5_preview@1"
|
||||
}
|
||||
],
|
||||
"git.tags": [
|
||||
|
||||
Reference in New Issue
Block a user