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.