oderwat / vscode-indent-rainbow

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

Make setting indentRainbow.ignoreErrorLanguages available in .code-workspace file #178

Open homeboyli opened 5 months ago

homeboyli commented 5 months ago

Currently the setting is due to the impicit scope window not available in a .code-workspace file. By changing the scope of this setting to resource (see this example from another extension) it will become available in the .code-workspace file. The change of scope could also be considered for other settings.

image