I really like the heatmap functionality provided by this extension, but I'd like to see it without all the extra info that shows up when the blame sidebar is open
So you'd want to see the heatmap visible all the time? Or just on a toggle -- like the normal blame, but without the extra info?
@dkniffin 鈽濓笍
I think a toggle would be good. I'd probably leave it on all the time, but I could see others not wanting it.
@dkniffin So you'd want to be able to toggle the heatmap by itself, but still have access to toggle the blame annotations too right? I ask because today you could configure the blame annotations to not have a message and just the heatmap (but of course then you can't turn on the messages without editing the config).
Ideally, yeah, that's how I'd like it. Removing the messages is a good workaround though.
Added in 7.2
@eamodio I've installed 7.2, but I don't see gitlens.toggleFileHeatmap to toggle the heatmap annotations on and off. Below are all the settings i can see related to heatmap:

@cateyes99 gitlens.toggleFileHeatmap is a command that can be executed via the command palette --
Toggle File Heatmap Annotations, or by adding a custom keyboard shortcut like:
{
"key": "alt+m",
"command": "gitlens.toggleFileHeatmap",
"when": "editorTextFocus && gitlens:activeIsBlameable"
},
Hope that helps.
@eamodio thanks it helps.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.