'Is it possible to change the font in VARIABLES in debugger in VSCode?

screenshot

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



Solution 1:[1]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ethan