Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to remove/disable on line hover gitblame option #243

Closed
mwmcode opened this issue Jan 15, 2018 · 11 comments
Closed

unable to remove/disable on line hover gitblame option #243

mwmcode opened this issue Jan 15, 2018 · 11 comments

Comments

@mwmcode
Copy link

mwmcode commented Jan 15, 2018

  • 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

@TimonVS
Copy link

TimonVS commented Jan 15, 2018

I'm having the same issue. Duplicate of #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.

@mwmcode
Copy link
Author

mwmcode commented Jan 15, 2018

Thanks for your comment, but that did not help in my case. I tried it before opening this issue.

@eamodio eamodio self-assigned this Jan 15, 2018
@eamodio eamodio added the bug label Jan 15, 2018
@eamodio eamodio added this to the Soon™ milestone Jan 15, 2018
@eamodio
Copy link
Member

eamodio commented Jan 15, 2018

So sorry -- will be putting out a release as soon as I get this fixed (should be soon --- just woke up)

@eamodio
Copy link
Member

eamodio commented Jan 15, 2018

Duplicate of #242
Please follow along on the that issue

@eamodio eamodio closed this as completed Jan 15, 2018
@TimonVS
Copy link

TimonVS commented Jan 15, 2018

@eamodio No worries. Stuff like this can happen :). Thanks for making this amazing plugin!

@eamodio eamodio removed their assignment Jan 15, 2018
@eamodio eamodio added duplicate and removed bug labels Jan 15, 2018
@eamodio eamodio removed this from the Soon™ milestone Jan 15, 2018
@mwmcode
Copy link
Author

mwmcode commented Jan 15, 2018

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.

@eamodio
Copy link
Member

eamodio commented Jan 15, 2018

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!

@eamodio
Copy link
Member

eamodio commented Jan 15, 2018

microsoft/vscode#15756 can't happen soon enough. Please upvote ;)

@mwmcode
Copy link
Author

mwmcode commented Jan 17, 2018

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,

@eamodio
Copy link
Member

eamodio commented Jan 18, 2018

@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

@github-actions
Copy link

github-actions bot commented Dec 6, 2020

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants