How to specify a bold font in VS Code\'s settings.json? For example, I have Envy Code R and Envy Code R Bold (exact names
settings.json
Envy Code R
Envy Code R Bold
In your settings.json .vscode add this line:
"editor.fontWeight": "bold"