gitkraken/vscode-gitlens

Word wrapping issue when viewing blame annotations

fgallardograzio opened this issue · 4 comments

Word wrapping breaks the blame layout. Please see the attached screenshot.

I think the appropriate behaviour would be to wrap the lines on the right hand side of the "blame panel", after the heatmap.

If this is technically problematic to do, then I'd rather have word wrapping automatically disabled when blaming a file.

image

Thanks!


  • GitLens Version: 5.1.0
  • VSCode Version: 1.16.1
  • OS Version: Linux Mint 18

@fgallardograzio While I would love to fix this, unfortunately the only way I can provide the blame annotations (via the vscode api) doesn't allow for something like this. Hopefully vscode will ultimately provide a true gutter api and the crazy hacks that GitLens has to do could be a thing of the past :)

@eamodio what about having the extension disable word wrapping automatically when blaming a file?

Good idea, but I've gone down that path with toggling on/off visible whitespace (used to be required to the annotations to render properly) and it was fraught with issues and caused a noticeable delay in triggering the annotations. Sorry.

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.