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

Light mode for paste code?

Open jeedd95 opened this issue 2 years ago • 1 comments

I have already changed to write mode with the settings below. Light mode works well for hand-typed codes but Blocks still occur for pasted codes Is it a bug or does it require additional settings?

// Using the light mode "indentRainbow.indicatorStyle": "light", // we use a simple 1 pixel wide line "indentRainbow.lightIndicatorStyleLineWidth": 1, // the same colors as above but more visible "indentRainbow.colors": [

"rgba(255,255,64,0.3)",
"rgba(127,255,127,0.3)",
"rgba(255,127,255,0.3)",
"rgba(79,236,236,0.3)"

]

image

jeedd95 avatar Feb 04 '24 12:02 jeedd95

These are no blocks, but error markers as these lines do not fit your indentation setting. Either chose the tab with, correct the lines of switch off error markers,

oderwat avatar Feb 04 '24 13:02 oderwat