Git: Add cherryPick command

This commit is contained in:
sneakyfish5.sneaky@gmail.com
2020-08-09 16:48:22 -05:00
parent 6d913c4c14
commit ff8d4feeb4
5 changed files with 35 additions and 0 deletions

View File

@@ -326,6 +326,11 @@
"title": "%command.pushFollowTagsForce%",
"category": "Git"
},
{
"command": "git.cherryPick",
"title": "%command.cherryPick%",
"category": "Git"
},
{
"command": "git.addRemote",
"title": "%command.addRemote%",
@@ -673,6 +678,10 @@
"command": "git.pushWithTagsForce",
"when": "config.git.enabled && !git.missing && config.git.allowForcePush && gitOpenRepositoryCount != 0"
},
{
"command": "git.cherryPick",
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"
},
{
"command": "git.addRemote",
"when": "config.git.enabled && !git.missing && gitOpenRepositoryCount != 0"