Can you please tell me how to disable online (on hover) gitblame details (like in the gif line 50) and only leave the status bar one.

I'm having the same issue. Duplicate of https://github.com/eamodio/vscode-gitlens/issues/242. Setting the option to It only temporarily fixes the issue, after a few minutes the blame lines start showing up again.true and then back to false again seems to fix the issue.
Thanks for your comment, but that did not help in my case. I tried it before opening this issue.
So sorry -- will be putting out a release as soon as I get this fixed (should be soon --- just woke up)
Duplicate of https://github.com/eamodio/vscode-gitlens/issues/242
Please follow along on the that issue
@eamodio No worries. Stuff like this can happen :). Thanks for making this amazing plugin!
Good morning :)
No worries mate, It's a tiny bug. I wouldn't have opened this one but wasn't quite sure that 242 was addressing the exact thing.
Thanks for awesome plugin. It's so smooth, I actually thought it comes with vscode by default.
Thank you all for your patience and kind words! GitLens 7.5.2 has been pushed to the marketplace and should resolve this issue. Please let me know if not. Again sorry for the inconvenience!
https://github.com/Microsoft/vscode/issues/15756 can't happen soon enough. Please upvote ;)
Hi @eamodio I know this is not the most appropriate place to ask but I tried to figure out a way to go back to my old config of the plugin with _no luck_.
Can you please tell me how to only show git blame on status bar (bottom)? and disable this (pic)

current config
"gitlens.blame.line.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"gitlens.annotations.file.gutter.hover.details": false,
"gitlens.annotations.line.hover.changes": false,
"gitlens.annotations.line.trailing.hover.changes": false,
"gitlens.annotations.file.gutter.hover.wholeLine": false,
"gitlens.gitExplorer.gravatars": false,
"gitlens.annotations.file.gutter.heatmap.enabled": false,
@mustafawm use the following:
"gitlens.blame.line.enabled": false, // turns of the end of line or hover blame annotations
"gitlens.codeLens.enabled": false, // turns off the code lens
"gitlens.statusBar.enabled": true // turns on the status bar blame (on by default)
They are documented here: https://github.com/eamodio/vscode-gitlens#quick-access-settings
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.
Most helpful comment
@mustafawm use the following:
They are documented here: https://github.com/eamodio/vscode-gitlens#quick-access-settings