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

Emojis with skin tone are not properly rendered in VSCode Integrated Terminal #129470

Closed
pcgeek86 opened this issue Jul 27, 2021 · 2 comments
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@pcgeek86
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.58.2
  • OS Version: Windows 10 Build 21387

Steps to Reproduce:

  1. Run Python 3 in VSCode Integrated Terminal
  2. Paste code below
mystr = ''
for x in [0x1F442, 0x1F3FC]:
  mystr += str(chr(x))

print(mystr)
print('👌🏻')

Here's how VSCode Integrated Terminal renders it:

image

Here's what it (correctly) looks like in Microsoft Terminal (albeit it has a whitespace issue):

image

Expected Result

Emojis with skin tones should be rendered with the specified string.

Actual Result

Emojis with skin tones are rendered as two separate characters.

@vscodebot
Copy link

vscodebot bot commented Jul 27, 2021

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@Tyriar
Copy link
Member

Tyriar commented Jul 27, 2021

Moved to xtermjs/xterm.js#3397

@Tyriar Tyriar closed this as completed Jul 27, 2021
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 27, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Sep 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

3 participants