Closed
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.84.2
- OS Version: macOS Sonoma 14.1.1
Steps to Reproduce:
- Install Geist Mono
- Add the following to settings.
{
"editor.fontFamily": "'Geist Mono Variable', monospace",
"editor.fontWeight": 475,
"editor.fontVariations": true,
}
- Enter something so that the code completion list appears.
- Observe the font weight of suggestions.

- In the inspector, you can see that the font-variation-settings have not been applied to the list.
