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

  • Hi,

    Betta Sharma said:
    I have a feeling that my NCS installation may be incomplete or inadequate.

    How did you install NCS on your computer?

    Betta Sharma said:

    I am facing same issues. Add Build Configuration is greyed out and I can't seem to activate it. My code builds correctly in CLI with: 

    west build -p always -b nrf52840dk/nrf52840 samples\fund_less3_exer1

    However, I can't run this from the terminal mode of VS code extension as west command is not recognized.

    You could try to install appropriate NCS version from the Toolchain Manager, open VS Code from the Toolchain Manager and then try to use Add Build Command and Terminal. Does this make any difference?

    Best regards,
    Dejan

Related