mattbierner / vscode-emojisense

Emoji Autocomplete Plugin For VSCode
https://marketplace.visualstudio.com/items?itemName=bierner.emojisense
MIT License
119 stars 9 forks source link

UnicodeEncodeError #30

Closed FARAHNOR closed 3 years ago

FARAHNOR commented 4 years ago

Hi. I have these extentions on my VSC : Python 3 and Code runner. I installed the emojisense extension but it's not working on my python file. I get a UnicodeEncode Error (see image).

emojisense 1 Emojisense

I tried to set up language configuration as described on the guideline "Per Language Configuration". I tried both method's but none of them seems to apply.

I'm a beginner in programming so i'd appreciate it if you could give me an easy step-by-step way to setup this extension.

All the best, Farah.

mattbierner commented 3 years ago

I don't think this is related to the extension; it instead looks like a question about file encoding with python. Try searching/asking over on Stack Overflow to make sure your python file is being run with the right encoding