iliazeus/vscode-ansi

Does not work on these texts

Closed this issue · 1 comments

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

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

(duplicate of #12)