nrfconnect vscode extension problems with "Add Build Configuration" wizard and "Actions" view

Hi,

running the latest nrfconnect vscode extension (v2024.9.31) the "Add configuration wizard" comes up and stay blank. Additionally, the Actions view is also empty, while its progress indicator keeps running.

  

Rolling back to v2024.7.13 the build configuration is OK, yet the Actions view is still empty and loading indefinitely.

Rolling back even more the build wizard seems good, while Actions always blank and loading (so maybe these are separate issues)

I'm running an Ubuntu devcontainer in vscode 1.93.0 on Ubuntu 22.04.4 LTS host.

Let me know of any other detail that can help in troubleshooting

  • Just found that disabling the nRF DeviceTree extension happened to bring back the actions menu. I disabled that extension because it was acting up and prevented me from looking at the raw content of my zephyr.dts file, which I need to do for debugging something

  • Hi,

    yes same problem on the host without devcontainer. I was on VS Code 1.93.1 before, now on 1.94, and nothing changed.

    However, as you can see from the screenshots in my opening post I'm not running a full blown nrf SDK, but just a west workspace with zephyr main branch (3.7.99).

    When I test with nrf connect SDK 2.7.0 the build wizard shows up correctly (see below) 

    It looks like the "Nordic SoC", "Nordic Kits" board target filtering is tripping the whole process of listing just the Zephyr boards ("Compatible boards" and "All boards" in previous versions of the extension)

    the extension also reports an error that might be related:

    can you guys bring the old board filtering back? :-)

Related