cweijan / vscode-database-client

Database Client For Visual Studio Code
https://database-client.com
MIT License
2.49k stars 281 forks source link

Font Rendering in MySQL Result View #1273

Closed shinebayar-ya closed 1 month ago

shinebayar-ya commented 1 month ago

The problem occurs when running Arch Linux with i3wm; the values displayed in the result cells look distorted or "ugly." However, this issue wasn't present when I was using Ubuntu 22.04.5 LTS (Jammy Jellyfish), where the font was rendered correctly.

Could someone clarify the font requirements for this extension? Are there any specific fonts that need to be installed to ensure proper rendering? This extension is incredibly useful.

shinebayar-ya commented 1 month ago

result

cweijan commented 1 month ago

Are all the pages with abnormal fonts, or just the tables?

shinebayar-ya commented 1 month ago

No, it’s only the text with numbers that was affected. But it’s fine now. Did you make any changes? It might be a good idea for someone else to look into making it work reliably in case others run into the same issue.

cweijan commented 1 month ago

Thanks for your feedback, the font of the table in the old version was overwritten, I fixed it in the new version.

shinebayar-ya commented 1 month ago

I’m really happy with the result. Thank you so much for your help. Wishing you continued success in your work!