When I try to flash my nRF52840 using the IDE's "Flash" command, it tries to run `nrfjprog`: ```bash $ nrfjprog --recover --program .flash/zephyr.hex --verify && nrfjprog --run fish: Unknown command: nrfjprog ``` However, these tools have been archived and replaced by nRF Util: https://www.nordicsemi.com/Products/Development-tools/nRF-Command-Line-Tools Would you consider upgrading the IDE to use `nrfutil` instead of `nrfjprog`?