You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: