-
Notifications
You must be signed in to change notification settings - Fork 135
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
Implement ignorelist for module indexing #696
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks pretty good, well done! I only left a few minor comments/suggestions. Feel free to merge once addressed.
You may want to use the squash option when merging, or rebase to squash the commits.
Co-authored-by: Radek Simko <[email protected]>
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
This PR adds a new setting called
ignoreDirectoryNames
to the language server. It's now possible to send a list of directories oninitialize
, which should be ignored by the walker and never be indexed.Closes #670