Hi.
I'm using vscode and mcuexpresso sdk for vscode, after importing some examples, I could not find the place to config dependencies library path.
For example, lvgl_guider.c has "#include "gui_guider.h", I want to know how editor knows it's path.
I know "CMakeLists.txt" has definations, but it is for building , not for editor, right?
Hi,
The NXP extension relies on cmake-tools as the Intellisense configuration provider, so changes to "CMakeLists.txt" will affect both the building and the editor.
Please find here a related topic: https://github.com/nxp-mcuxpresso/vscode-for-mcux/issues/39
Also if you are experiencing any issues please provide additional details about the problem.
Thanks,
Dragos.