Vscode-gitlens: When VSCode debugger is up, no more Git blame messages

Created on 9 Jan 2019  路  6Comments  路  Source: eamodio/vscode-gitlens


  • GitLens Version: 9.4.1
  • VSCode Version: 1.30.2
  • OS Version: MacOS 10.13.6

Steps to Reproduce:

  1. Developing a React app
  2. Open the VSCode debugger
  3. Enable the debugger
  4. Attach the current debugger process to one of the React's process

Screenshots:

image

When the debugger is off, GitLens works jsut fine 馃憤 馃帀

image
image

But when the debugger is enabled, it dosen't show any last commit anymore 馃槩

improvement

Most helpful comment

This was fixed in GitLens 9.6

All 6 comments

This is by-design to not conflict with the debugger decorations that could also appear at the end of a line. You can forcibly toggle them back on during the debug session using the GitLens: Toggle Line Blame Annotations

Is that enough? Or would you really want them on even though they could conflict with the debugger decorations?

In my personal experiences, I saw the benefit of enabling the GitLens even during a debugging session, since it provides more information about the latest commit that costing the issue at the first place.

And having an option to enable the inline git blame annotations optionally just solve the issue.

During debugging is the most likely point that you'd want to be blaming lines of code in my experience, I think it should show as much as it can.

I will add an option to provide the blame annotations even when debugging.

This was fixed in GitLens 9.6

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings