Skip to content

Font variation settings are not applied to code suggestion lists #199954

Closed
@chengluyu

Description

@chengluyu

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:

  1. Install Geist Mono
  2. Add the following to settings.
{
  "editor.fontFamily": "'Geist Mono Variable', monospace",
  "editor.fontWeight": 475,
  "editor.fontVariations": true,
}
  1. Enter something so that the code completion list appears.
  2. Observe the font weight of suggestions.
image
  1. In the inspector, you can see that the font-variation-settings have not been applied to the list.
image

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsiderssuggestIntelliSense, Auto CompleteuxUser experience issuesverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions