AlBrP

Results 5 comments of AlBrP

I tested my codes in a 32 bit Raspberry Pi OS vscode, the incorrect errors disappear, I think probably the problem comes from the OS?

**Here are the logs from running `C/C++: Log Diagnostics` from the VS Code command palette**: ![image](https://user-images.githubusercontent.com/71745492/115944108-70648000-a4e6-11eb-841b-b3fac1b47a78.png) **Here are the logs from enabling the language server logging**: ![image](https://user-images.githubusercontent.com/71745492/115944236-2760fb80-a4e7-11eb-8836-7aec9027e954.png) Hope I have...

> Here are mine. > **C/C++: Log Diagnostics** > > ``` > -------- Diagnostics - 4/23/2021, 9:17:05 PM > Version: 1.3.1 > Current Configuration: > { > "name": "Linux", >...

> Adding this at the top of the source file > > ``` > #if __INTELLISENSE__ > #undef __ARM_NEON > #undef __ARM_NEON__ > #endif > ``` > > fixes the...

> I've filed a bug on our shared VS parser at https://developercommunity.visualstudio.com/t/C-IntelliSense-doesnt-work-correctly/1408223 . You'll know if/when it's fixed via monitoring that issue or this issue, but depending on our schedule...