eclipse / openvsx

An open-source registry for VS Code extensions
https://open-vsx.org/
Eclipse Public License 2.0
1.21k stars 132 forks source link

[Bug] Emoji is invalid #826

Open wenfangdu opened 10 months ago

wenfangdu commented 10 months ago
Invalid character found in field 'description': 🏃‍♂️ Jump/Select to the Start/End of a word in VSCode (index 2)

When publishing an extension, open-vsx throws: image Which is allowed in VS marketplace. This issue is blocking the extension publishing, please fix it ASAP.

netomi commented 1 month ago

Looks like you manages to publish your extension now with this description:

image

What steps did you take and can this ticket now be closed?

wenfangdu commented 1 month ago

@netomi 🏃 and 🏃‍♂️ are two different emojis, 🏃‍♂️ was not supported, so I used 🏃 instead. If no code was changed to address this issue, I suppose it still exists.

wenfangdu commented 1 month ago

@netomi As I was publishing the new version, I can confirm this issue still exists.