vscode-indent-rainbow
vscode-indent-rainbow copied to clipboard
Light mode for paste code?
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)"]
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,