vscode-git-graph
vscode-git-graph copied to clipboard
Remote tags are still visible for hidden remote
Describe the Bug Remote tags are still visible for hidden remote.
Steps to Reproduce
- git repo with remotes A and B
- tag on commit only in remote B
- hide remote B in the "Remote Configuration" section
- tagged commit from remote B is still visible (with its parent commits)
Expected Behaviour Tags of hidden remotes should also be hidden. At least i would expect that.
I am not sure if this is intended behavior. There is an option to hide commits only referenced by tags (git-graph.repository.showCommitsOnlyReferencedByTags). That works. But it applies to all tagged commits.
Environment
- Git Graph Extension Version: v1.30.0
- Visual Studio Code Version: 1.75.5
- Operating System: Windows 10
Otherwise great extension. 👍🏻
I would also like this issue to be fixed 🙏