Skip to content

File watcher not working on network file system #7420

Closed
@zhengbli

Description

@zhengbli

Currently the file watcher cannot work properly on network file systems, or file systems that doesn't support the underlying change notification mechanism that node's fs.watch relies on. This could lead to the language service crashing (#6726).

The alternative solution is to consider third party file watcher libraries. As suggested by Daniel (#7376 (comment)), Watchman or similar product can be used for the purpose. It may worth some research.

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions