yy0931 / sqlite3-editor

https://marketplace.visualstudio.com/items?itemName=yy0931.vscode-sqlite3-editor
GNU General Public License v3.0
838 stars 6 forks source link

Setting to set custom font #9

Closed eddyg closed 1 year ago

eddyg commented 1 year ago

First, let me just say "thanks!" for a great extension for VS Code! 🎉 It definitely makes working on and testing code that interacts with SQLite databases very convenient.

How hard would it be to add a setting that lets you set your own monospaced font for the UI? (Or ideally, default to the font set by the editor.fontFamily setting)?

Keep up the great work, and thanks again.

yy0931 commented 1 year ago

It should be easy to implement. I will incorporate it in the next version.

yy0931 commented 1 year ago

Resolved in v1.0.51.

eddyg commented 1 year ago

Thanks for the super-quick response time! âš¡

I use a narrow monospace programming font (similar to Iosevka), and having the same font in SQLite3 Editor is great!

Thanks again! 🎉