Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code terminal font size

I downloaded course files from a course I'm studying online and the minute i opened the folder in vs code, all other vs code projects' terminal font size were affected: became so small they can't be readable. I now have to use an external terminal to run any command and it's very frustrating.

I tried uninstalling vs code then re-installing it.

like image 587
alaa el ghazaly Avatar asked Sep 06 '25 16:09

alaa el ghazaly


1 Answers

How about going to the settings.json and adding e.g.

 "terminal.integrated.fontSize": 12,

or what ever you like. You can also go to the gear menu (bottom left) select Settings, search for terminal font size and then enter the size of your choice.

like image 74
Peter Avatar answered Sep 11 '25 09:09

Peter