Skip to content

Conversation

@thecrypticace
Copy link
Contributor

@thecrypticace thecrypticace commented May 1, 2024

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:.

We now normalize case of windows drive letters of watched files because we may recieve a path that has `C:` at the start of a path in some places and `c:` in others because they’re coming from different sources (filesystem vs VS Code file watching notifications).
@thecrypticace thecrypticace requested a review from reinink May 1, 2024 15:22
@thecrypticace thecrypticace merged commit 086ffff into master May 2, 2024
@thecrypticace thecrypticace deleted the fix/v4-css-reload-windows branch May 2, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants