vscode nrf Connect no devices found

I've been using my segger jlink base compact with vscode and the nrfconnect extension.  Everything was working fine, but suddenly, my board stopped showing in the connected devices.  

Normally I would suspect some driver or configuration error, but

  • if I plug in a nrf5340 dev kit, it shows up in vscode nrfconnect panel.  
  • I can still use nrfjprog to interact with my custom board (recover, erase, etc)
  • I can still flash the board with the west utility
  • the jlink shows up in nrf connect programmer and I can interact with my board using it.

I'm left to assume that all of the hardware is working correctly, but there is some sort of vscode config is broken.

Things I've tried:

Anyone have some insight on this?

  • I'm still helping people every other day with this issue. All have downloaded vscode plugin recently from the store. Use latest and greatest toolchain and vscode plugin. Still they need to change device provider back to nrfjprog for dev kits etc to appear in vscode. It's a big turn off for people getting started with NCS when this basic thing does not work. I think you really need to roll back to nrfjprog as device provider until this is working. I'll try to get logs for you in the meantime.

Related