StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
205 stars 32 forks source link

Styling in LINK overflows into next line #178

Closed netizen-ais closed 1 year ago

netizen-ais commented 1 year ago

image

JordanDi123 commented 1 year ago

Hello,

Thank you for reporting this!

I did some experimenting and in every case that I tried to reproduce this issue I couldn't figure out how to get the document link underline to display for more than a few seconds as it would quickly re-parse, correcting the issue on its own. I'm not sure if that is also the case for you or if the underline is sticking and not automatically reparsing to correct itself but I would be more than happy to take another look if you could give some steps to reproduce it.

Thank you for using comment anchors! :)

netizen-ais commented 1 year ago

hi. it's sticky, but I've just done some more research. image I've just cloned this repo and searched for detected-link (class shown in dev tools), and couldn't find it, also the underline comes from a css inside vscode, not your extension. Thank you and forgive me for the time you've lost because of this. I'll see if I file a bug report on vscode's repo now or just live with the dirty hack of and empty line below the link, that also fixes the bug

Edit: No, the class isn't there with this extension disabled