I have a project imported to MCUXpresso for VSCode extension.
The extension has detected the repository as a zephyr repository and can build the default Build Configuration.
When I load c files from the project, they do not have the correct set of preprocessor conditions highlighted. It is only showing the default (nothing defined) path when in reality there are many variables set through KConfig (zephyr).
How do I configure the intellisense highlighting to be based on the cmake generated configuration that is used during the build?
@dereksnell maybe you have some hints?