Currently explorer uses a different font from editor and worse it is a poportional one making work with files and folders little bit confusing.
A setting like explorer.fontFamily is missing while editor.fontFamily exists.
IMO having at least an option for editor and explorer to share the same font family would be great.
I could prepare a PR for this feature if approved.
FYI the following patch in workbench,main.css does the trick for me but VSCODE complains about integrity
.folder-icon.explorer-item > a.label-name{color: white!important}
.file-icon.explorer-item > a.label-name{color: green!important}
.explorer-item > a.label-name{font-family: Consolas!important}
Can you add the possibility to change font ?
Actual font size (13px)

With 16px font size

I don't understand the choice why the font size in vscode explorer is hard fixe.
+1
+1
+1
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.
Happy Coding!
@isidorn if you tag as duplicate, thanks to link the other issue.
@isidorn Thank you very much
Most helpful comment
Can you add the possibility to change font ?


Actual font size (13px)
With 16px font size
I don't understand the choice why the font size in vscode explorer is hard fixe.