-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
|
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 #242 |
@eamodio No worries. Stuff like this can happen :). Thanks for making this amazing plugin! |
Good morning :) 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! |
microsoft/vscode#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
|
@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. |
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.
The text was updated successfully, but these errors were encountered: