I'm working on an hub ms.vss-web.hub
extension for azure devops and I'm facing emoji rendering issue (text is within a diff monaco text editor)
looking at the html source, the emoji is not rendered as well
during development, I was using baseUri (https://learn.microsoft.com/en-us/azure/devops/extend/develop/manifest?view=azure-devops#runtime-attributes) and it was working as expected.
(below, display & source in devops, but with extension served from my laptop)
tfx extension create
process (unzip) and encoding & emoji were still okI suspect an intermediate process done by devops while rendering.