Skip to content

Commit

Permalink
docs: link to vscode tickets
Browse files Browse the repository at this point in the history
There's a note discussing the pending support for multiple/variable
fonts in VS Code. I thought it would be nice to link to these tickets
for visibility, and to make it easier to determine when the feature is
implemented in VS Code.

Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Jan 14, 2025
1 parent 22272d6 commit f65c487
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ Set the font family:
```

> [!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!
> 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![^vscode-tracking]
[^vscode-tracking]: See [microsoft/vscode#147067](https://github.com/microsoft/vscode/issues/147067) and [microsoft/vscode#237346](https://github.com/microsoft/vscode/issues/237346) for progress VS Code support for variable and multiple fonts.

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.

Expand Down

0 comments on commit f65c487

Please sign in to comment.