oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
MIT License
401 stars 52 forks source link

Colorizes terminal and output windows #46

Open bmccord opened 5 years ago

bmccord commented 5 years ago

When using indent-rainbow, it colorizes the output window and the terminal window if there are any tabs in those. I know this is a duplicate of a closed error, but you asked for a screen shot. I'm happy to show you this. screen shot 2019-02-20 at 10 59 28 am

bmccord commented 5 years ago

A better picture: screen shot 2019-02-20 at 11 02 40 am

oderwat commented 5 years ago

Interesting. Can't reproduce it with any of my installed plugins but that may be just because none of them output whitespace at the beginning of the line. It should be possible to detect if the plugin runs in this context. I may find time to have a look at it after next weekend. Thanks for the heads up.

oderwat commented 5 years ago

Did you disable the plugin for the "plaintext" language?

bmccord commented 5 years ago

This is in my settings.json: "indentRainbow.excludedLanguages": [ "plaintext" ] Should that do it? If so, it doesn't...still seeing this: Screen Shot 2019-04-23 at 11 45 45 AM

ctf0 commented 4 years ago

this is also visible under output panel with different indentations level

Martin-Milbradt commented 2 months ago

Reproduction: Use Plugin Code Runner

The files are .log, but the console still gets highlighted. image "indentRainbow.excludedLanguages": ["markdown", "log", "plaintext"]