carlthome / vscode-git-line-blame

Display inline information of the last commit that edited the currently selected line in the editor
https://marketplace.visualstudio.com/items?itemName=carlthome.git-line-blame
GNU Affero General Public License v3.0
20 stars 4 forks source link

Align hover message with line blame text #52

Open carlthome opened 4 months ago

carlthome commented 4 months ago

The current line blame text looks nice but the hover message appears misaligned because the decoration technically starts right after the content text. It would be nice to resolve this somehow but in my tinkering I've been unable to resolve this. Any tips?

image