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.
The decent way to do is to edit the "window.zoomLevel": 0, It changes everything on the screen from Project Explorer to your Font.
"window.zoomLevel": 0
Also, You can customize only the font by "editor.fontSize": 15
"editor.fontSize": 15
P.S 15px is my personal choice.