iliazeus / vscode-ansi

VS Code extension enabling ANSI color styling for text documents
https://marketplace.visualstudio.com/items?itemName=iliazeus.vscode-ansi
MIT License
57 stars 6 forks source link

Does not work on these texts #32

Closed ericwu13 closed 3 months ago

ericwu13 commented 4 months ago

I have these texts b'\r\x1b[mBlablabla\x1b[33mSomethingsomething\n', but the extensions does not work. Is there any solution to this?

iliazeus commented 3 months ago

This extension only works with actual ANSI escapes, and does not understand the backslash-escaped forms used in source code.

(duplicate of #12)