I installed the VSCode extension for nrf connect.
I want to do the build on this page:
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/thread/tools.html
When I try to execute the first WEST command for build, I get an error the west doesn't understand the build command.
I skip that and use VSCode to build the openconnect RCP firmware by opening the nrf/samples/openthread/coprocessor/ folder in VSCode and doing a build. That seems to work fine. I end up with the Zephyr.hex file.
I then try to execute the nrfutil command in a terminal in that folder and the command line tells me nrfutil not found.
I am doing this on an M1 Mac.
Shouldn't the nrf Connect for VSCode install everything for me? What else do I do?