MinMao-Hub / PasteEasy

PasteEasy Feedback
MIT License
21 stars 5 forks source link

Most copied text is now unknown characters #31

Closed matt-unosquare closed 11 months ago

matt-unosquare commented 11 months ago

I think this happened about the same time as the latest MacOS update, but now most of the text I copy in VSCode is now just displaying as unknown characters

image image

MinMao-Hub commented 11 months ago

@matt-unosquare Hi, what is your VSCode version number? I just tried it here. It is normal to use it.

Here is my VSCode version information and system version information: image image

MinMao-Hub commented 11 months ago

image

MinMao-Hub commented 11 months ago

Hey, after investigation, it is found that this is a text encoding compatibility problem of VSCode.delete this line in your VSCode settings, and then copy the text to see

image
MinMao-Hub commented 11 months ago

If it still doesn't work, then the card display style here should be set to plain text. image

matt-unosquare commented 11 months ago

You are correct, it is a problem with the "editor.fontFamily" settings. This was working previously, but appears to be broken now. Thank you for digging into this, for now I can just not override my font i suppose

MinMao-Hub commented 11 months ago

You are correct, it is a problem with the "editor.fontFamily" settings. This was working previously, but appears to be broken now. Thank you for digging into this, for now I can just not override my font i suppose

You can also use this method to avoid modifying your "editor.fontFamily" settings https://github.com/MinMao-Hub/PasteEasy/issues/31#issuecomment-1751647846