You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create a tag with a comment, for example: git tag -a v1.4 -m "this version has this super cool new feature" I would like to see this comment in the tag tree (for example: v1.4 (this version has this super cool new feature).
Currently only the tag name is shown (v1.4).
Thanks for the great extension.
The text was updated successfully, but these errors were encountered:
A tooltip is possible, though personally I would prefer seeing it as part of the title so that I can visibly see all the tag+comment pairs in a nice list.
If I create a tag with a comment, for example:
git tag -a v1.4 -m "this version has this super cool new feature"
I would like to see this comment in the tag tree (for example:v1.4 (this version has this super cool new feature
).Currently only the tag name is shown (
v1.4
).Thanks for the great extension.
The text was updated successfully, but these errors were encountered: