-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Excludes sometimes aren't applied to dependent headers with recursive includes #12042
Comments
@JominL This is currently "by design" -- the folder is being excluded for symbol search workspace parsing and the parse file you're seeing is caused by the opening of a file that includes header that references an include in an excluded folder and the usage of |
@JominL On further investigation, it seems like this is a bug. |
Thank you~ |
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
cpptools alway parse those files and folders even they have been added to exclude.
From below log, you can cpptools still parse cpp under "distro/build".
I also try the vscode inside today, same behavior.
Steps to reproduce:
Expected behavior:
Configuration and Logs
Other Extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: