VS Code disable blame text and you change x ago

There are many way VS Code wants to inform us who and when a line change in the source control. However sometimes it gets to much clutter. Here are the three basics settings you can disabled. Go to settings in VS Code.

Ctrl + ,

You’ll open up the settings window. Now take a look at the three solution below and take the one you need.

VS Code disable blame text and you change x ago

Solution Current line

First we have the current that’s selected line. Here it’ll say something about how long ago the last commit was added and it’s comment.

VS Code disable blame text and you change x ago

Remove current line blame. Search for:

gitlens.currentLine.enabled

Solution Recent Change

Remove recent change. It will say how long ago a function has changed.

VS Code disable blame text and you change x ago

To remove recent change search for:

gitlens.codeLens.recentChange.enabled

Solution Author Tag

To remove the Author tag on top of functions

VS Code disable blame text and you change x ago

Seach for the following:

gitlens.codeLens.authors.enabled