Windows:
<PROGRAME FILES>\Microsoft VS Code, will be refered asINSTALLATION_FOLDER
- Open
INSTALLATION_FOLDER\resources\app\out\vs\workbench\workbench.desktop.main.cssand add font family at the head of.windows/.windows:*;- Open
INSTALLATION_FOLDER\resources\app\out\vs\workbench\workbench.desktop.main.jssearch and add font family at the head of:host-context(.windows|.windows:*);
It works, but:
A better solution is to use Windhawk which solves both points, see:
microsoft/vscode#519 (comment)