Where to config dependencies library path in vscode with mcuexpresso sdk for vscode examples?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Where to config dependencies library path in vscode with mcuexpresso sdk for vscode examples?

1,138 Views
JoshC
Contributor I

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?

0 Kudos
Reply
1 Reply

1,096 Views
DragosMiloiu
NXP Employee
NXP Employee

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.

0 Kudos
Reply