Answers for "vs code change font size"

2

vs code explorer font size

"editor.fontSize": 16,
"terminal.integrated.fontSize": 14,
"window.zoomLevel": 1.4,
Posted by: Guest on April-28-2021
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
0

vs code text size

settings ->text editor -> font-> font size
Posted by: Guest on March-27-2021

Browse Popular Code Answers by Language