Repro steps: 1. Install gcc compiler and either arm or aarch64 gcc compilers 2. Create a c++ IntelliSense configuration that queries an arm or aarch64 compiler. That is set compilerPath to arm compiler. 3. Observe that all includes under /user/local/include folder will get tag parsed. Better behavior: Only tag parse includes related to the compiler path.