AlBrP
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**:  **Here are the logs from enabling the language server logging**:  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...