Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chokidar file watcher fails when projectRoot is "complex" #1601

Closed
misode opened this issue Sep 17, 2024 · 1 comment · Fixed by #1602
Closed

Chokidar file watcher fails when projectRoot is "complex" #1601

misode opened this issue Sep 17, 2024 · 1 comment · Fixed by #1602
Assignees
Labels
🐛 bug Something isn't working ❗high priority

Comments

@misode
Copy link
Member

misode commented Sep 17, 2024

When the project root is something like file:///c%3A/Users/User/Documents/sandbox/Foo%20Bar%20%5Bv1.310%5D/, this is converted to c:\\Users\\User\\Documents\\sandbox\\Foo Bar [v1.310]\\ before being passed to Chokidar.

@misode misode added 🐛 bug Something isn't working ❗high priority labels Sep 17, 2024
@misode misode self-assigned this Sep 17, 2024
@misode
Copy link
Member Author

misode commented Sep 17, 2024

It seems like paulmillr/chokidar#699 has the solution. We should add disableGlobbing: true to the chokidar options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working ❗high priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant