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

Cache searches for default config files during FAR #48113

Closed
wants to merge 1 commit into from

Conversation

amcasey
Copy link
Member

@amcasey amcasey commented Mar 4, 2022

It's not unusual for FAR to find more than one result in a given file, but the work of searching the file system for the associated tsconfig.json will only be cached if the file is open (which is frequently not the case for FAR).

It's not unusual for FAR to find more than one result in a given file, but the work of searching the file system for the associated tsconfig.json will only be cached if the file is open (which is frequently not the case for FAR).
@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Mar 4, 2022
@amcasey
Copy link
Member Author

amcasey commented Mar 4, 2022

There are so many layers of caching (in this case, the tsconfig-existence cache seems to be the main one) that this has no effect in practice.

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

Successfully merging this pull request may close these issues.

2 participants