vscode-indent-rainbow
vscode-indent-rainbow copied to clipboard
indent-rainbow for a particular language only
I want to use this extension for only python. I don't want to use it for any other language on VS-code. How can I do this ?
From the documentation:
// For which languages indent-rainbow should be activated (if empty it means all).
"indentRainbow.includedLanguages": [] // for example ["nim", "nims", "python"]