I installed GitLens plugin for VSCode. It is supposed to show information about author like "John, 23 days ago" in codelens row. But it is missing:
Missing author info in codelens
It is supposed to look like that (image from plugin's website): Gitlens author info in codelens bar - image from plugin's website
My setting responsible for this option is checked: Checked option in settings
I can see the GitLens tab and use other functionalities of the plugin. If I click a particular line I can see author of this line, commit details and so on. This works well.
I tried deactivating the code metrics plugin which adds complexity info to codelens since i thought maybe they interfere somehow but it didn't change anything.
What shall I do to see GitLens author info in codelens bar then?