thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.61k stars 126 forks source link

Text editing broken with proportional font #1499

Open VulumeCode opened 5 months ago

VulumeCode commented 5 months ago

Describe the bug When using a proportional font as editor.fontFamily, the text editor in Thunder Client gets buggy

To Reproduce Set a proportional font in editor.fontFamily Make a request with a body Try to select and copypaste text in the body The wrong characters are copypasted.

Same thing happens in the response window.

Expected behavior Be able to work with proportional font

Platform:

Are you using the free version/paid version/trial:

Free

rangav commented 5 months ago

Hi @VulumeCode

Not all custom fonts are supported, see here - https://github.com/rangav/thunder-client-support/issues/1326#issuecomment-1714123998

VulumeCode commented 5 months ago

Seems like a real usability bug though. Maybe an option is needed to overwrite the font?

rangav commented 5 months ago

Will add a vscode setting to use default font or VS Code Editor font