Skip to content

Change to missing file watcher on linux and darwin explicitly to avoid watching deleted inode #32745

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

Merged
merged 6 commits into from
Aug 9, 2019

Conversation

sheetalkamat
Copy link
Member

This partially fixes issue with #32033 wherein npm i was not recognized because we were still watching deleted node_modules inode for changes in directory.
This does not fix the interruptions to intellisense while npm install is going on. That has more to do with recursive watches and that would be handled separately.

Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question and a couple of minor style suggestions.

@sandersn sandersn self-assigned this Aug 9, 2019
@sheetalkamat sheetalkamat merged commit b84e65d into master Aug 9, 2019
@sheetalkamat sheetalkamat deleted the fsWatchInode branch August 9, 2019 22:42
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.

2 participants