Sorry - I must be doing something wrong and repeating the same mistake every time 🙁 These are the exact steps I am doing
Install the 3.0.1 Toolchain from nRF Connect : Manage Toolchains
Create the folder C:\nfed
Run nRF Connect: West Init selecting C:\nfed as the destination folder, selecting Custom Repository and entering the URL https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers.git and selecting the tag v3.0.x
Open the folder C:\nfed in VS Code
Run nRF Connect: West Update
Once that completes after a few mins then with C:\nfed open in VS Code then select Open an existing application in NRF CONNECT and select any of the sample folders. Adding a Build Configuration is always saying No boards found
Going to nRF Connect: Set Active West Manifest, C:\nfed\nfed\west.yml is already selected and selecting it has no effect. Selecting C:\nfed\external\nrf\west.yml causes boards to appear in the list but that is wrong and causes the directory structure to be incorrect
My directory structure is
C:\nfed.vscode
C:\nfed.west
C:\nfed\external
C:\nfed\nfed
C:\nfed\nfed\samples\ etc
C:\nfed\pcf85063a
Thanks!