visual-studio-codegitlens

How to get Gitlens to display inline blame annotations again?


I am using Visual Studio Code

Version: 1.77.0:
Commit: 7f329fe6c66b0f86ae1574c2911b681ad5a45d63
Date: 2023-03-29T10:05:35.165Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Linux x64 5.19.0-38-generic
Sandboxed: No

under Ubuntu 22.04.2 LTS and love the Gitlens 13.4.0 extension. But since quite a while it doesn't display any inline blame annotations any more in my repository, and I don't know what is wrong and how to fix it.

I am NOT in Zen (or review) mode, use no virtual drives at all and the "Current line blame" mode is enabled, but no blame annotations can be seen anymore. And this is just for one repository I am working with. Another repository works just fine - blame annotations are being displayed. There is no difference in the workspace settings files for these two repositories. I disabled ALL other addons, but to no avail.

I really don't know what's wrong and how to fix it - any hint really welcome!


Solution

  • I deleted the repository locally and cloned it again - did not touch any VSC configuration or workspace file at all - and now it works like a charm!

    Hopefully, this insight will help other poor souls in the future.