Not sure if this is a bug or a feature request and whether it's actually an issue with the upstream, but the extension messes with the code if there are emojis in it.
For example:
- test: |
🔥
Becomes:
- test: "\U0001F525\n"
This is particularly a problem if you have complex scripts that include emojis -- it converts the entire thing into a single-line string.
Not sure if this is a bug or a feature request and whether it's actually an issue with the upstream, but the extension messes with the code if there are emojis in it.
For example:
Becomes:
This is particularly a problem if you have complex scripts that include emojis -- it converts the entire thing into a single-line string.