- Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Milestone
Description
Repro steps:
- Install gcc compiler and either arm or aarch64 gcc compilers
- Create a c++ IntelliSense configuration that queries an arm or aarch64 compiler. That is set compilerPath to arm compiler.
- Observe that all includes under /user/local/include folder will get tag parsed.
Better behavior:
Only tag parse includes related to the compiler path.
indirectlylit, Hoernchen and icolwell-as