You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variable fonts are not yet well-supported in VS Code, and it is not yet possible to mix multiple fonts. Stay tuned, we're talking with the VS Code team about it!
You must use the editor.fontLigatures setting to enable the various features (texture healing, ligatures, and character variants). The setting is a comma-separated list of font features to be enabled.
However, I noticed that a PR has been merged into vscode since this was written:
Currently this repositories README states:
Note
Variable fonts are not yet well-supported in VS Code, and it is not yet possible to mix multiple fonts. Stay tuned, we're talking with the VS Code team about it!
You must use the
editor.fontLigatures
setting to enable the various features (texture healing, ligatures, and character variants). The setting is a comma-separated list of font features to be enabled.However, I noticed that a PR has been merged into vscode since this was written:
PR #153968: Support variable fonts.
So does the warning in the README still hold true, or have circumstances improved with respect to variable font support?
The text was updated successfully, but these errors were encountered: