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

Support excluding code analysis for specific file patterns like C_Cpp.codeAnalysis.exclude #673

Open
Aneureka opened this issue Aug 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Aneureka
Copy link

As titled, think it would be helpful to have settings like C_Cpp.files.exclude or C_Cpp.codeAnalysis.exclude to avoid analyzing specific source files (e.g., large header files with ~100k lines of code, currently clangd analyzes these huge files and probably causes OOM) to prevent from occupying plenty of resources.

@Aneureka Aneureka added the enhancement New feature or request label Aug 18, 2024
@HighCommander4
Copy link
Contributor

See #185 for a similar request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants