This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Setting up VS Code with NRF Connect SDK

I'm trying to set up VS code to use it with the NRF Connect SDK. I've created an application from basic/blinky example. My problem is VS code can't resolve any inclusions. Is there anything that you can suggest?

Parents
  • Hi,

    First, try building in the application core by selecting 'nrf5340dk_nrf5340_cpuapp' when you select your board.

    Next, please verify using the following steps:

    1. Press Ctrl+ (comma) which will take you to the settings page.

    2. type in "error squiggles" in the search bar.

    3. There are 3 sections in this - User, Workspace, firstapp. 

        In the User section, under 'Error Squiggles' , select " EnabledIfIncludesResolve " 

    In the Workspace section,  under 'Error Squiggles' , select " Disabled" 

    Now, try building, followed by Erase & Flash onto your DK.

    Hope this helps!

    Kind Regards,

    Priyanka

Reply
  • Hi,

    First, try building in the application core by selecting 'nrf5340dk_nrf5340_cpuapp' when you select your board.

    Next, please verify using the following steps:

    1. Press Ctrl+ (comma) which will take you to the settings page.

    2. type in "error squiggles" in the search bar.

    3. There are 3 sections in this - User, Workspace, firstapp. 

        In the User section, under 'Error Squiggles' , select " EnabledIfIncludesResolve " 

    In the Workspace section,  under 'Error Squiggles' , select " Disabled" 

    Now, try building, followed by Erase & Flash onto your DK.

    Hope this helps!

    Kind Regards,

    Priyanka

Children
Related