0

screenshot

How can I change the font family and font size of variables in the screenshot in VSCode?

rioV8
  • 24,506
  • 3
  • 32
  • 49
  • search for `font` in the settings GUI, I could not find a specific font for the Debug bar. – rioV8 Jan 13 '22 at 03:11
  • Is this what you are after: https://stackoverflow.com/questions/58991322/visual-studio-code-change-debug-panels-font-size-and-font-family-and-debug-con – Jerry Jeremiah Jan 13 '22 at 03:54

1 Answers1

0

There is a GitHub issue discussing this problem:

and someone has added a PR to resolve it:

So maybe you need to wait for vscode to merge this function.


By the way, in my case,

because the font in variables use the default font of windows10 system - Consolas. So I choose to change the default font, using Jetbrains Mono to replace Consolas, and it works.

enter image description here

Ethan
  • 876
  • 8
  • 18
  • 34
Skylyyun
  • 1
  • 2