nRF Connect Extension for VS Code Unable to run most commands

While following the "nRF Connect SDK Fundamentals" tutorial, my nRF Connect extension fails on the "Install Toolchain" step with error command 'nrf-connect.installToolchain' not found. I'm able to circumvent for now by using nRF Connect for Desktop and installing the toolchain with its Toolchain Manager, but still troubling that none of the commands seem to work directly from the VS Code nRF Connect extension. Nearly all nRF Connect commands similarly fail from VS Code including "Install SDK", "Manage Toolchains", "Check nRF Command Line Tools Update".

Any help to resolve would be greatly appreciated!

My setup:

  • Windows 10 64bit PC
  • VS Code v1.86.1
  • nRF Connect for VS Code Extension pack v2023.11.3
  • nRF Command Line tools v10.24.0
Parents Reply
  • The extension support team showed the Runtime status of the "nRF Connect for VS Code" extension itself. Mine says it is "Not yet activated". 

    The Nordic documentation recommends installation of the "nRF Connect for VS Code Extension Pack" which installs seven extensions: "nRF Connect for VS Code", "nRF Terminal", "nRF DeviceTree", "nRF Kconfig", "C/C++", "GNU Linker Map files", and "CMake". So I included a screenshot of the Runtime status reported by the "nRF Connect for VS Code Extension Pack" also. The extension pack itself claims to be active but if you look at details for all extensions the pack installs, three of the seven extensions report as not yet activated:

    • nRF Connect for VS Code
    • GNU Link Map files
    • CMake

    So yes, you are correct that those three are not activated on my system. It seems safest to not look at the runtime status of the extension pack itself but rather the individual extensions it installs.

Children
Related