Vscode-gitlens: How to turn off the EOL blame annotations

Created on 13 Apr 2018  路  3Comments  路  Source: eamodio/vscode-gitlens

Hi!

On my laptop, using "toggle git code lens" or changing the setting gitlens.codeLens.enabled to false does not hide the author info on selected line in the editor.

Maybe it is the wrong setting to do so? I also added editor.codeLens and gitlens.codeLens.authors.enabled as false to my user settings, without success.

Thanks for helping on this!

question

Most helpful comment

It is easiest to use the built-in Settings UI in GitLens (type GitLens: Open Settings in the command palette) as it is an interactive editor which will allow you to toggle most of GitLen's features easily. The setting you are looking for is in the Current Line Blame section.

But the setting in question is "gitlens.currentLine.enabled": false

FYI, you can also toggle them on-demand by using GitLens: Toggle Line Blame Annotations command from the command palette

All 3 comments

Clarification is needed - I just realized that the code lens appears on top of code blocks. I am talking about the annotation at the right of the currently edited LOC.

screen shot 2018-04-13 at 11 44 41 am

It is easiest to use the built-in Settings UI in GitLens (type GitLens: Open Settings in the command palette) as it is an interactive editor which will allow you to toggle most of GitLen's features easily. The setting you are looking for is in the Current Line Blame section.

But the setting in question is "gitlens.currentLine.enabled": false

FYI, you can also toggle them on-demand by using GitLens: Toggle Line Blame Annotations command from the command palette

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