Changing the integrated terminal font

Adjust the font used in VS Code’s integrated terminal. Two common settings:

— terminal.integrated.fontFamily — Sets the monospace font used, for example: ‘Cascadia Code’. This setting takes a CSS-style font rule.

— terminal.integrated.fontSize — Sets the font size.