Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font Height is different than it should be #229108

Open
nogalogg opened this issue Sep 19, 2024 · 0 comments
Open

Font Height is different than it should be #229108

nogalogg opened this issue Sep 19, 2024 · 0 comments
Assignees

Comments

@nogalogg
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.93.1
  • OS Version: Windows 10 19045.4894

Steps to Reproduce:

I wanted to apply the Jetbrains Fleet editor appearance into VSCode, so i started by:

  1. Noting the default font settings from Jetbrains Fleet:
    Font: Jetbrains Mono
    Font Size: 13.0
    Line height: 1.7

  2. Converting it to settings.json for VSCode:

"editor.fontFamily": "Jetbrains Mono",
"editor.lineHeight": 1.7,
"editor.fontSize": 13,

But then the font height (not the line height) was lower compared to Jetbrains Fleet editor. Like its compressed. Heres a comparison:
Left is VSCode, right is Fleet.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants