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

Not working anymore. #24

Closed nuncio-bitis closed 1 year ago

nuncio-bitis commented 1 year ago

Something like this isn't working (real escapes replaced with ):

[38;5;226;1mNOW ONLINE![0m
iliazeus commented 1 year ago

Can you please attach a file with an example of this bug?

iliazeus commented 1 year ago

The 38;5 code is for setting foreground color as RGB. It expected three further arguments (r;g;b), but you've only given it two. So the extension just ignores the command.