Closed tejakunchavenkata closed 3 years ago
whitespaces present in the beginning of the lines to be replaced with dot .
"indentRainbow.includedLanguages": [], "indentRainbow.ignoreLinePatterns" : [ "/[ \t]* [*]/g", // lines begining with <whitespace><space>* "/[ \t]+[/]{2}/g" // lines begininning with <whitespace>// ], "indentRainbow.updateDelay": 50 , "indentRainbow.colors": [ "rgba(255,255,64,0.07)", "rgba(127,255,127,0.07)", "rgba(255,127,255,0.07)", "rgba(79,236,236,0.07)" ]
Nothing I want to support. Just "editor.renderWhitespace": "boundary" or request something else from the VSCode devs.
"editor.renderWhitespace": "boundary"
Thanks Hans . It worked .
whitespaces present in the beginning of the lines to be replaced with dot .
"indentRainbow.includedLanguages": [], "indentRainbow.ignoreLinePatterns" : [ "/[ \t]* [*]/g", // lines begining with <whitespace><space>* "/[ \t]+[/]{2}/g" // lines begininning with <whitespace>// ], "indentRainbow.updateDelay": 50 , "indentRainbow.colors": [ "rgba(255,255,64,0.07)", "rgba(127,255,127,0.07)", "rgba(255,127,255,0.07)", "rgba(79,236,236,0.07)" ]