From c8cc0d3fc5410686527497e0a370fa1bd43b00c1 Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Tue, 14 Jan 2025 11:47:35 +1100 Subject: [PATCH] docs: link to vscode tickets 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 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6d2e94..a9c1c8e 100644 --- a/README.md +++ b/README.md @@ -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.