Vscode-gitlens: unable to remove/disable on line hover gitblame option

Created on 15 Jan 2018  路  11Comments  路  Source: eamodio/vscode-gitlens

  • GitLens Version: 7.5.1
  • VSCode Version: 1.19.2
  • OS Version: macOS 10.13

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.

gitlens-preview

duplicate

Most helpful comment

@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

All 11 comments

I'm having the same issue. Duplicate of https://github.com/eamodio/vscode-gitlens/issues/242. Setting the option to true and then back to false again seems to fix the issue. It only temporarily fixes the issue, after a few minutes the blame lines start showing up again.

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)
screen shot 2018-01-18 at 10 44 07 am

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

batjko picture batjko  路  4Comments

roblourens picture roblourens  路  4Comments

carlleeswanson picture carlleeswanson  路  3Comments

mindpivot picture mindpivot  路  4Comments

ridhwaans picture ridhwaans  路  3Comments