idleberg / vscode-emoji-code

Snippets to insert escaped Emoji code into HTML, CSS, JavaScript, Python and Ruby
https://marketplace.visualstudio.com/items?itemName=idleberg.emoji-code
MIT License
26 stars 4 forks source link

doesn't work in Python #1

Closed troyliu0105 closed 7 years ago

troyliu0105 commented 7 years ago

thanks your work 👍 but it behaviors in python just like html... it should show me print(u'\U0001F600') but actually print(😀)

idleberg commented 7 years ago

Thanks for the report. Please update to v0.1.8!

troyliu0105 commented 7 years ago

thx! it now works like a charm! 😃