Do to my screen size I use the following to render all code in the editor - specifically using bold.
"editor.fontFamily": "monospace",
"editor.fontWeight": "bold",
"editor.fontSize": 14,
When debugging, the variables in the debug sidebar are rendered in some sort of monospace font in normal weight. I find the variables font incredibly hard to read. Is there a way to change this?