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.
Sample value : -1, 0, 1, 2, ...
-1
0
1
2
I have mine set to 0, like this "window.zoomLevel": 0,
"window.zoomLevel": 0,
Save the file, you will see the effect right the way.