Hex Editor inherit font size from --vscode-font-size
instead of editor.fontSize
#356
Labels
feature request
Issues related to new features users want
The hex editor view inherits the font size from
--vscode-font-size
instead ofeditor.fontSize
, so changing"editor.fontSize"
insettings.json
does not affect the font size for hex editor (while editing the value forvscode-font-size
inworkbench.desktop.main.js
does the trick, but of course I don't want to mess up with files shipped with VSCode). Not sure if this is due to some misconfiguration on my side, or rather due to some design here.The text was updated successfully, but these errors were encountered: