Is there a way to set the path to nrfutil in vscode?

I'd really like to be able to set the path to nrfuitl in the extension so I do not have to put int on my system path, but rather keep it contained in my project.

Parents Reply Children
  • Ah. I didn't realize that the nrfconnect toolchain downloads included it. I use toolchain from 'PATH' with the zephyr toolchain directly and thus control where I install that too, so it doesn't ship nrfutil and I install it myself. 

    This is why I need to set the directory for it. I'd also like to point to where jlink would live too. Currently jlink isn't that big of a deal since i just install the linux package, but i'd prefer not to do that as well.

Related