Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: support font family picker in settings #214572

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

SimonSiefke
Copy link
Contributor

Helps with #128355.


This is based on the Pull Request by @Tyriar and adds defaultSnippets for editor.fontFamily and terminal.integrated.fontFamily.

font-options

Testing

For testing, open the settings.json file and verify that completions for editor.fontFamily are visible.

Additional information

The completions for the settings ui are not supported, only the settings json editor.

@Tyriar
Copy link
Member

Tyriar commented Jun 7, 2024

Doesn't seem to work for me?

Screenshot 2024-06-07 at 9 00 32 AM

@SimonSiefke
Copy link
Contributor Author

Hm, it worked for me on Linux and Windows.

When running the vscode from source in this branch, does await window.queryLocalFonts() in Chrome Devtools return a list of fonts?

local-fonts

I'm not quite sure why it's not working for you, perhaps something might be different on Macos?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants