tailwindlabs / tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code
2.74k stars 181 forks source link

Fix v4 theme reloading on Windows #960

Closed thecrypticace closed 2 months ago

thecrypticace commented 2 months ago

This PR adds normalization of drive letters in watched files on Windows.

This is necessary because we receive paths from different sources (filesystem vs VS Code file watching notifications), and sometimes they start with C: and other times with c:.