Git branch name from VSCode is not sent
After installing the extension from VS Marketplace, I see no branch data being sent:
It seems that because PR #26 was merged without bumping the extension version, the Marketplace is still providing an old version. Here's the extension code that was installed locally where it can be seen that it doesn't include the code introduced by this PR:
I suspect that bumping the version and republishing to VS Marketplace would fix the issue, as the feature is there.
Same here. Would be cool if the extension could be updated.
@johan-bjareholt @ErikBjare Would it be possible to get a release going here?
If there's interest, I could probably set up some CI for automatic semver as well.