No Devices Found in "Connected Devices" - Docker/Devcontainers

Hello,

I am attempting to work with the nRF Connect SDK docker images (https://github.com/NordicPlayground/nrf-docker) and VSCode devcontainers and am running into an issue with the VSCode extension not being able to find connected hardware. I can verify through both `nrfutil device list` and `nrfjprog --com` that the devices are connected to the container.

```
root@ce9ef5170b05:/workspace# nrfutil device list
682678950
product         J-Link
board version   PCA10040
ports           /dev/ttyACM1
traits          devkit, jlink, seggerUsb, serialPorts, usb

5BA1F46D9F3D0949
product         nRF Sniffer for Bluetooth LE
ports           /dev/ttyACM0
traits          nordicUsb, serialPorts, usb

Found 2 supported device(s)

root@ce9ef5170b05:/workspace# /root/.vscode-server/extensions/nordic-semiconductor.nrf-connect-2024.11.75-linux-x64/platform/nrfutil/bin
/nrfutil-device list
682678950
product         J-Link
board version   PCA10040
ports           /dev/ttyACM1
traits          devkit, jlink, seggerUsb, serialPorts, usb

5BA1F46D9F3D0949
product         nRF Sniffer for Bluetooth LE
ports           /dev/ttyACM0
traits          nordicUsb, serialPorts, usb

Found 2 supported device(s)

root@ce9ef5170b05:/workspace# nrfjprog --com
682678950    /dev/ttyACM1    VCOM0

```

Is it possible to get an explanation on how the "Refresh Connected Devices" process works and if there are any relevant configurations that affect this process?

Thanks!

Grant

Related