How do I change the font size for the file explorer in Visual Studio Code? There is not an option in the settings.json file.
I'm visually impaired and I had the same problem, my solution was
"Zoom Out" until I achieved my desired Explorer size (CTRL-), everything will be zoomed out.
Edit the settings.json and change the "fontSize" to 20 as reflected in my settings.json.
{
"window.zoomLevel": 0,
"editor.fontSize": 20,
"php.validate.executablePath": "C:/apps/php 7.0.14/php.exe"
}