My terminal in VS Code has a tiny font after installing zsh and changing font style
I’m sure there are a few answers to this. But to solve mine, I had to change the terminal.integrated.fontFamily. Try these themes “Monaco” for instance. Add this line to your settings. “terminal.integrated.fontFamily”: “Monaco” If the font size does not change and only increases the letter spacing, try a few checks: Save the settings and close … Read more