oderwat / vscode-indent-rainbow

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

Indent rainbow is not updated after detecting indentation from content #8

Open Tyriar opened 8 years ago

Tyriar commented 8 years ago
  1. Open a file with a different style of indentation (error color is visible)
  2. Run detect indentation from content command (notice error bars don't disappear even though things are valid)

Editing the file makes the changes take effect.

oderwat commented 8 years ago

Could be possible to add one more hook to try to fix that. I may try that eventually.