We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
mystr = '' for x in [0x1F442, 0x1F3FC]: mystr += str(chr(x)) print(mystr) print('👌🏻')
Here's how VSCode Integrated Terminal renders it:
Here's what it (correctly) looks like in Microsoft Terminal (albeit it has a whitespace issue):
Emojis with skin tones should be rendered with the specified string.
Emojis with skin tones are rendered as two separate characters.
The text was updated successfully, but these errors were encountered:
(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
Sorry, something went wrong.
Moved to xtermjs/xterm.js#3397
Tyriar
meganrogge
No branches or pull requests
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Here's how VSCode Integrated Terminal renders it:
Here's what it (correctly) looks like in Microsoft Terminal (albeit it has a whitespace issue):
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.
The text was updated successfully, but these errors were encountered: