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 found what worked for me was "window.zoomLevel": 0.25, "editor.fontSize": 12
"window.zoomLevel": 0.25, "editor.fontSize": 12