how to increase terminal font size in visual studio code code example
Example 1: shortcut to increase visuals studio text size
ctrl + shift + . Zoom IN
ctrl + shift + , Zoom OUT
Example 2: how to change terminal font size in vscode
{
"fontshortcuts.defaultFontSize": 15,
"fontshortcuts.defaultTerminalFontSize": 15,
"fontshortcuts.step": 1
}
Example 3: shortcut to increase visuals studio text size
ctrl + MouseWheel Forward : Zoom IN
ctrl + MouseWheel Backward : Zoom OUT