eberthold / SteroidsVS

Visual Studio Extension
https://marketplace.visualstudio.com/items?itemName=eberthold.SteroidsVS
MIT License
25 stars 2 forks source link

Error description and icon sometimes aren't aligned correctly #11

Closed pushqrdx closed 5 years ago

pushqrdx commented 5 years ago

Sometime (randomly) the extension starts to show the descriptions slightly above the line.

This is a picture that illustrates the issue: image

Edit: Now i see the reason. It seems that the extension calculates the wrong position if it's on a CodeLense line like so image

It centers out to the whole vertical space, i suggest aligning to line bottom if that's possible.

eberthold commented 5 years ago

Thanks for your effort creating the PR.

Since I've got CodeLense disabled at work and only have community edition at home I missed to test those CodeLens cases.

I will check if it also works with extensions like "Shrink Empty Lines" and will merge your PR then.

eberthold commented 5 years ago

Fix is released to marketplace