Add list of strings option to editor.fontFamily#164289
Add list of strings option to editor.fontFamily#164289alexdima merged 4 commits intomicrosoft:mainfrom astrolemonade:main
Conversation
|
I tried to add support for |
|
@microsoft-github-policy-service agree |
|
Thank you! |
|
Hy can we do something for UI...some people dont want to go to settings.json to change their font, they(including me) always have habit of pressing You can do like this extension clangd has done: We can add font names in a list and can provide checkboxes in front of each item to comment/uncomment the font name. |
|
@lakshits11 I agree and thanks for raising this. The font family is a very often configured setting and it must be configurable from the settings UI. |
|
@alexdima @cmarincia Also I think theres no sense in commenting and uncommenting the font since only one font is usable in editor at a time so user can change it manually whenever he wants(if we consider the prev format) Also suppose think you have 10 different font names in ur list, and now when u want to use a font u would have to comment all other fonts and uncomment the one u want to use. Isn't it gonna be time consuming? Please suggest ur side too. |
|
Commenting those families is much more easier than selecting the list of comma separated fonts and moving it to the end of |

This is for #164275
This allows users to use a list of strings instead of single string for editor.fontFamily.