Answers for "how to change font for terminal in visual studio code?"

0

how to change terminal font size in vscode

{
  "fontshortcuts.defaultFontSize": 15,
  "fontshortcuts.defaultTerminalFontSize": 15,
  "fontshortcuts.step": 1
}
Posted by: Guest on September-18-2020

Code answers related to "how to change font for terminal in visual studio code?"

Browse Popular Code Answers by Language