add git delete branch command

This commit is contained in:
Maik Riechert
2017-05-03 22:53:26 +01:00
committed by Dirk Baeumer
parent c73c21e234
commit b96478ebcc
5 changed files with 60 additions and 1 deletions

View File

@@ -172,6 +172,11 @@
"title": "%command.branch%",
"category": "Git"
},
{
"command": "git.deleteBranch",
"title": "%command.deleteBranch%",
"category": "Git"
},
{
"command": "git.pull",
"title": "%command.pull%",
@@ -298,6 +303,10 @@
"command": "git.branch",
"when": "config.git.enabled && scmProvider == git && gitState == idle"
},
{
"command": "git.deleteBranch",
"when": "config.git.enabled && scmProvider == git && gitState == idle"
},
{
"command": "git.pull",
"when": "config.git.enabled && scmProvider == git && gitState == idle"