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

Allow plugins to exclude files from being indexed #3209

Merged
merged 1 commit into from Dec 14, 2021

Commits on Dec 12, 2021

  1. Allow plugins to exclude files from being indexed

    This commit adds a query, that allows plugins to prevent files from
    being indexed completely or by certain indexers.
    
    One motivator for this is the JS indexer in combination with huge
    node_modules directories. In the case of angular/typescript projects the
    JS indexer does not help with development, as code assistence is
    provided by the typescript LSP server. But the JS indexer is ran anyway
    and created huge scan times and big indices. With these new hooks a
    plugin could limit the indexing when an angular project is detected.
    matthiasblaesing committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    81dc21a View commit details
    Browse the repository at this point in the history