git: cleanup tag

This commit is contained in:
Joao Moreno
2017-08-10 15:44:10 +02:00
parent 0bd753f8a1
commit 37de7e182f
5 changed files with 7 additions and 19 deletions

View File

@@ -192,11 +192,6 @@
"title": "%command.createTag%",
"category": "Git"
},
{
"command": "git.showTags",
"title": "%command.showTags%",
"category": "Git"
},
{
"command": "git.pull",
"title": "%command.pull%",
@@ -362,10 +357,6 @@
"command": "git.pullFrom",
"when": "config.git.enabled && scmProvider == git && gitState == idle"
},
{
"command": "git.showTags",
"when": "config.git.enabled && scmProvider == git && gitState == idle"
},
{
"command": "git.createTag",
"when": "config.git.enabled && scmProvider == git && gitState == idle"