NRF CONNECT FOR DESKTOP VSCODE EXTENSION IS NOT LOADING

Hi I am trying to use nrf connect extension on vs code. but it is not loading. it stuck like this even though, I deleted and reinstalled all the extensions. 

I am able to run the west command in my workspace without any problems.

update ---*********

I just noticed that if I remove nRF Connect for VS Code Extension Pack, it works. 

Parents Reply Children
  • I have the same issue where the the nrf connect extension doesn't load. I followed Zsn's solution, removed the nRF Connect for VS Code Extension Pack, and the nrf connection extension worked correctly, even after restarting VS Code.

    It appears that the extension fails when the nRF Kconfig extension is installed, enabled, AND Kconfig.Python is not set correctly.
    nRF Kconfig is included in the nRF Connect for VS Code Extension Pack.

    Removing/disabling nRF Kconfig, or correctly setting Kconfig.Python allows the nRF extension to run, as nature intended.


    (macOS Sonoma 14.5, VS Code Version: 1.90.2 (Universal), nRF Config v2024.6.20)

  • I'm having the same problem, but setting the Python 3 path in Kconfig.Python doesn't solve it for me (I'm using a Python virtual environment, not sure if that matters).

Related