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

indent-rainbow for a particular language only

Open ManavShah24604 opened this issue 3 years ago • 1 comments

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 ?

ManavShah24604 avatar May 02 '22 08:05 ManavShah24604

From the documentation:

  // For which languages indent-rainbow should be activated (if empty it means all).
  "indentRainbow.includedLanguages": [] // for example ["nim", "nims", "python"]

oderwat avatar May 02 '22 08:05 oderwat