vscode terminal font size code example
Example 1: how to change terminal font size in vscode
{
"fontshortcuts.defaultFontSize": 15,
"fontshortcuts.defaultTerminalFontSize": 15,
"fontshortcuts.step": 1
}
Example 2: vscode select terminal
# to select new default shell for the terminal in vs code:
- press F1 in VS Code
- typing/selecting Terminal: Select Default Shell