nRF Connect for VS Code v2023.9.336 cannot find devices

Hi,

I updated to the latest nRF Connect for VS Code extension version - v2023.9.336 and noticed that "CONNECTED DEVICES" is always empty. Refresh/restart - no help. Devices that used to show there, are now gone (for ex. nRF52840 DK).

Everything shows Ok in the nRF Programmer.

I reverted back to version v2023.7.129 and "CONNECTED DEVICES" started working again.

Is there something special that needs to be configured with the latest version of the extension? Or is this a bug?

Thank you,

D.

Parents Reply Children
  • Hello,

     As a quick fix, you can change the "nrf-connect.deviceProvider" configuration value to "nrfjprog", and then the devices should show.

    However, it should work by default, so it would be useful to know whether the bug is with nrfutil or with the VS Code extension. Could you try running "nrfutil device list" in the command line and see if that picks up the devices?

  • Hello,

    Setting "nrf-connect.deviceProvider" to "nrfjprog" fixed the issue.

    When I run "nrfutil list", from a command prompt, it prints this:

    Found 0 installed command(s)

    In the nrfutil log, it creates a single line:

    [2023-11-09T18:47:42.409Z] [nrfutil] INFO - nrfutil (version = 7.6.0, platform = x86_64-pc-windows-msvc) invoked with list 

    I guess no commands installed is not normal?

    BTW, extension v2023.11.24 has the same issue - no devices are shown.

    Programmer, v4.0.1 lists the devices properly.

    Thank you,

    D.

Related