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

On macOS prevent inadvertent watchDirectory(~/Library, WatchType.FailedLookupLocations) due to globalTypingsCacheLocation #59835

Closed
wants to merge 5 commits into from

Conversation

tmm1
Copy link

@tmm1 tmm1 commented Sep 3, 2024

Fixes #59831

@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Sep 3, 2024
…edLookupLocations) due to globalTypingsCacheLocation
@tmm1 tmm1 force-pushed the macos-avoid-library-watches branch from cbb63ae to b76b9cf Compare September 3, 2024 07:27
Copy link
Member

@sheetalkamat sheetalkamat left a comment

Choose a reason for hiding this comment

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

We need repro tsserver code so we can add test and ensure this is the right way to fix. I dont think this is the right fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

macOS: TypeScript installs recursive file watchers on ~/Library leading to access prompts
3 participants