-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
area/parsertype/enhancementFeatures or improvements to existing featuresFeatures or improvements to existing features
Description
From @pcgeek86 in microsoft/vscode#129470
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:
- Run Python 3 in VSCode Integrated Terminal
- Paste code below
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):
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.
nozomiishii and RokeJulianLockhart
Metadata
Metadata
Assignees
Labels
area/parsertype/enhancementFeatures or improvements to existing featuresFeatures or improvements to existing features

