-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
The Typings Installer polls the (initially) non-existent bower_components
folder every half-second to see if it has been created. Sometime after 61a2b4a, we started receiving file change events for each poll. Here we decide that the file has been deleted (presumably, since we don't expect to receive an event for continued non-existence) and generate an Invalidate event here, which triggers a project refresh. Obviously, refreshing the project this frequently is undesirable.
Bnaya
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue