-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ARM IntelliSenseModes #5250
Conversation
19ba6f3
to
7e31f76
Compare
I'm using 0.28.0-insiders3 and it doesn't work with ARMClang. I get incorrect code highlighting until I add some defines, which usually the compiler would provide. Also includes are handled wrongly, it still tries to resolve stdint.h from the c stdlib instead of from the ARMClang toolchain directory. |
@aelray, could you create a new issue and provide your c_cpp_properties.json and the C/C++ language server logging when opening the project? The defines should have been queried from the compiler. Perhaps the extension failed to query the compiler so it could not get the defines and relative paths of the library header files. |
Add the following ARM IntelliSenseModes
Feature request: #4271