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

Parents Reply
  • just an additional update. I think nrf-extension is not support hmv2, thats the reason we are seeing a blank page, so, had a change on the board path in my module, and now im getting this error but i can see now the build config page.. So just the workaround, I am creating build configuration on the terminal by running 

     west build -b yourboard --pristine

    then you will be able to run action buttons and the rest of the functionalities.

Children
Related