In issue 516 on Github problem was solved.
This problem was in large count of files, that GitLens extension could not read. Exclude this path from project's directory solved my problem.
For me the problem was for VS Code 1.51.1 and GitLens 11 they have made the Source Control Layout as default and requires the selection of view in order to make it work as before i.e., in the VS Code sidebar (using Mac OS Catalina 10.15.2).
After update:
Press cmd+shift+p(ABC3+ABC1+p on Windows) and type > Gitlens: Show Welcome View and hit enter. This will bring back the GitLens on sidebar. Then click on GitLens icon in sidebar and you will be shown a welcome page similar to screenshot below:
Click on Welcome (Quick Setup), this will open the below screen:
Scroll to the bottom and then select the view named GITLENS LAYOUT among the two options given:
Now click on Close button in GitLens menu that is opened next to VS Code sidebar:
This problem was related to python virtual enviroment: extension stoped indexing a lot of files of virtual enviroment. Solvation was easy: exclude virtual enviroment from project folder through moving it outside or exclude through settings