mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Git - Add merge abort command (#159753)
* Add merge abort command * Pull request feedback
This commit is contained in:
@@ -369,6 +369,11 @@
|
||||
"title": "%command.merge%",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.mergeAbort",
|
||||
"title": "%command.mergeAbort%",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.rebase",
|
||||
"title": "%command.rebase%",
|
||||
@@ -898,6 +903,10 @@
|
||||
"command": "git.merge",
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
|
||||
},
|
||||
{
|
||||
"command": "git.mergeAbort",
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0 && gitMergeInProgress"
|
||||
},
|
||||
{
|
||||
"command": "git.rebase",
|
||||
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
|
||||
|
||||
Reference in New Issue
Block a user