Added quickpick option and display of tag annotation on menu

This commit is contained in:
Xhulio Hasani
2019-08-20 16:05:46 -04:00
parent 98ed0fc2e8
commit 32d59ba806
6 changed files with 70 additions and 13 deletions

View File

@@ -272,6 +272,11 @@
"title": "%command.deleteTag%",
"category": "Git"
},
{
"command": "git.getTags",
"title": "%command.getTags%",
"category": "Git"
},
{
"command": "git.fetch",
"title": "%command.fetch%",
@@ -564,6 +569,10 @@
"command": "git.deleteTag",
"when": "config.git.enabled && gitOpenRepositoryCount != 0"
},
{
"command": "git.getTags",
"when": "config.git.enabled && gitOpenRepositoryCount != 0"
},
{
"command": "git.fetch",
"when": "config.git.enabled && gitOpenRepositoryCount != 0"