Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text editing broken with proportional font #1499

Open
VulumeCode opened this issue Mar 11, 2024 · 3 comments
Open

Text editing broken with proportional font #1499

VulumeCode opened this issue Mar 11, 2024 · 3 comments
Labels
bug Something isn't working Priority Implement this asap

Comments

@VulumeCode
Copy link

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:

  • OS: Windows11
  • vscode version: 1.87.1
  • node version: 18.17.1
  • extension version: v2.19.0

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

Free

@VulumeCode VulumeCode added the bug Something isn't working label Mar 11, 2024
@rangav
Copy link
Collaborator

rangav commented Mar 11, 2024

Hi @VulumeCode

Not all custom fonts are supported, see here - #1326 (comment)

@VulumeCode
Copy link
Author

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

@rangav
Copy link
Collaborator

rangav commented Mar 11, 2024

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

@rangav rangav added the Priority Implement this asap label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority Implement this asap
Projects
None yet
Development

No branches or pull requests

2 participants