microsoft / vscode-serial-monitor

Serial Monitor that allows for reading and writing to serial ports. Official issue tracking repository for Microsoft's Serial Monitor VS Code extension.
MIT License
60 stars 8 forks source link

Option to change fonts #162

Open rtofvnt opened 9 months ago

rtofvnt commented 9 months ago

Would it be possible to add an option to control the font face? image

Eplankton commented 9 months ago

Good idea!

MicSG-dev commented 9 months ago

This new functionality would be great.

gcampbell-msft commented 9 months ago

@rtofvnt @Eplankton @MicSG-dev Thank you all for the request. Currently, we match the font of the editor.fontFamily setting from VS Code. Therefore, you should be able to change this setting and see it matched in the Serial Monitor output.

Are you requesting a different setting specific to the Serial Monitor? Or does the current implementation work for you?

Eplankton commented 9 months ago

@rtofvnt @Eplankton @MicSG-dev Thank you all for the request. Currently, we match the font of the editor.fontFamily setting from VS Code. Therefore, you should be able to change this setting and see it matched in the Serial Monitor output.

Are you requesting a different setting specific to the Serial Monitor? Or does the current implementation work for you?

Yes, we mean that a separate setting options to change font in serial monitor, perhaps serial.fontFamily, by now we already have the option to change the size/weight of font in the monitor, but sometime just want another font.

gcampbell-msft commented 9 months ago

@Eplankton Thanks for the follow-up! I've placed it on the backlog and we will monitor both our workload as well as community demand for it.

Thank you!

Eplankton commented 5 months ago

@Eplankton Thanks for the follow-up! I've placed it on the backlog and we will monitor both our workload as well as community demand for it.

Thank you!

Which part of code is responsible for the font style? I would like to modify by myself :)