Is it possible in VSCode to show git history for a range of line ?
Let's say I have 1000 commits concerning this file, and a range of line in this file had its last change on commit 24, I have to check 976 commits in the editor.
I saw something related here, but is it possible directly in the IDE?
gitlens.views.lineHistory.enabled
, but it says that this setting is deprecated and not used. In my case the "File History" is good enough, but I doubt its little drop list can handle 1000 commits. Which is unfortunate. Imho, this is exactly the feature for GitLense inside VSCode. I don't think that just committing stuff inside VSCode is that useful. – Macmahon