tailwindlabs / tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code
2.75k stars 183 forks source link

Show color decorators in split editors #888

Closed thecrypticace closed 6 months ago

thecrypticace commented 6 months ago

When the same document was open in multiple editors we'd only show color decorators in one of them. This PR fixes this by applying the colors to all visible editors for a given document.

Fixes #885