Albin Jacobsson
Albin Jacobsson
I have taken some steps to mitigate this problem with the release of 1.7.0. I got better performance results in my environment. Is this still an issue for you with...
If changes had happened in the file above the line you had your cursor on you saw the blame info for that line number for the last commit. This should...
It wouldn't be to hard to allow for more customisation here. For free we have access to commit hash, committer name, committer email, commit timestamp, and committer timestamp. Building a...
This has been added in a recent release.
This should work in 1.10.0.
This will be part of the [next release](https://github.com/Sertion/vscode-gitblame/blob/master/CHANGELOG.md).
I did some digging in Chromium and it looks like [the gain is applied here](https://github.com/chromium/chromium/blob/d7da0240cae77824d1eda25745c4022757499131/third_party/blink/renderer/platform/audio/audio_bus.cc#L486). In short it multiplies the "channel" by the `gain.value`. I do not know how this...
Hey icetbr. Thank you for the feature request! I don't have much time to spend on the extension right now, but I do accept pull requests!
Hey marywelch-chief! The extension recently moved from the left side of the status bar to the right side. This change was done to better reflect what vscode intends the two...
Hey Alfred. Thank you for the screenshot! In this specific case the extension is hidden as there is no space for it to display. If you change the priority (`gitblame.statusBarPositionPriority`),...