vscode-indent-rainbow icon indicating copy to clipboard operation
vscode-indent-rainbow copied to clipboard

Colorizes terminal and output windows

Open bmccord opened this issue 6 years ago • 6 comments
trafficstars

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 avatar Feb 20 '19 17:02 bmccord

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

bmccord avatar Feb 20 '19 17:02 bmccord

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 avatar Feb 20 '19 17:02 oderwat

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

oderwat avatar Mar 15 '19 16:03 oderwat

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

bmccord avatar Apr 23 '19 16:04 bmccord

this is also visible under output panel with different indentations level

ctf0 avatar Aug 21 '19 19:08 ctf0

Reproduction: Use Plugin Code Runner

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

Martin-Milbradt avatar May 02 '24 14:05 Martin-Milbradt