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.
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.
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.
To remove recent change search for:
gitlens.codeLens.recentChange.enabled
Solution Author Tag
To remove the Author tag on top of functions
Seach for the following:
gitlens.codeLens.authors.enabled