gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository β€” Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more

Home Page:http://gitkraken.com/gitlens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File blame annotation text overflow with letter spacing setting

Yukaii opened this issue Β· comments

  • GitLens Version: 8.5.2
  • VSCode Version: 1.25.1
  • OS Version: Windows 10

Steps to Reproduce:

  1. Toggle file blame
  2. Text overflow:
    image

This might be an upstream issue, but I don't know which API is related, so end up open it here πŸ˜…

My font config:

{
  "editor.fontFamily": "Sarasa Mono TC",
  "editor.fontLigatures": true,
  "editor.fontSize": 16,
  "editor.letterSpacing": 1.3
}

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.