oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
MIT License
417 stars 57 forks source link

indent-rainbow for a particular language only #128

Open ManavShah24604 opened 2 years ago

ManavShah24604 commented 2 years ago

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 ?

oderwat commented 2 years ago

From the documentation:

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