VSCode Extension Intellisense, additional paths

Hi,

I am using nRF Connect SDK v2.3.0. Using VSCode, nrf-connect is the configuration proider for c_cpp extension and intellisense.

I am trying to add some include paths (external test framework).

How can I add non-application paths to the c/cpp intellisense include path?

I have tried adding in a c_cpp_properties.json file as below, but the header includes still give a not found error

Parents Reply Children
  • Thanks for your request. Our team will look into this, and write:

    It does make sense, because that seems to be the behaviour of the C/C++ extension. If that extension only uses values from a provider (our extension in this case) and ignores its own configuration, then we need to feed its own configuration via our provider.

    No timeline on when this will be ready. 

Related