-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
[File Watcher (node.js)] Error: ENAMETOOLONG: name too long #221583
Comments
Possibly a TypeScript bug as the |
Couldn"t repro this in my testing. @jrieken do you remember what you did to cause this? I can add defensive code here but would prefer to understand the root cause first |
Not 100% sure but I think this happens when one of the code blocks is a valid module. Adding guards to not watch in-memory resources and also filed an issue against TS |
|
|
@mjbvz this is still happening, it looks like paths can also end with a
Steps:
I am not sure if its the same path, but I also see |
See this in the console of insiders.. Looks like some ad-hoc chat model is ending up being file watched
The text was updated successfully, but these errors were encountered: