Welcome page and Application page not found for some project

Hi DevZone,

As mentioned in the title, the Welcome page and Application page won't show any selection for my project as following image shown.

My project is based on nrf5340_audio sample and changes are all about adding new .c/.h, change existing code in .c/.h/prj.conf. I didn't change devicetree related files.

I've tried to rebuild a nrf5340_audio sample and move all the changes to new one. It will works while the VSCode still on, but as I reopen the VSCode project, these page empty again.

Please help to solve this issue or I have to rebuild the project and move the changes every time I reboot my computer... let alone for the complilation...

  • Hi Øyvind,

    Recently I've kind of resolved this issue.

    I found that workspace cache/state of VSCode cost me tons of space, up to dozen's of GBs, so I manually cleaned it up. After that, I surprisingly found that all information on nRF connect extension came back and worked normally without any other adjustment! I've observed this case for a few days to make sure it's solved, and it did not happened again since then!

    In my case I think the issue may comes from sort of link issue for nRF connect extension finding infos from workspace cashe since I've reproduce the project in the same folder and same project name many times.

    Workspace cashe/state are stored in %AppData%\Roaming\Code\User\workspaceStorage for Windows users, what I've done is remove all files in this folder.  Here is reference information to this folder.

  • Hello again, and thanks for providing the solution. I've forwarded to our developers and this seems to be the only solution at the moment. 

    Kind regards,
    Øyvind

Related