Answers for "how to increase fonts in terminal in vs code"

0

Change vs code terminal font

{
    //"terminal.integrated.fontFamily": "'Ubuntu Mono derivative Powerline', 'fontawesome'",
    "terminal.integrated.fontFamily": "'Meslo LG M DZ for Powerline', 'fontawesome'",
    "terminal.integrated.fontSize": 16

}
Posted by: Guest on February-26-2022
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 increase fonts in terminal in vs code"

Browse Popular Code Answers by Language