I've setup my development environment using the 'application' structure. https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/develop/application/index.html#zephyr_workspace_application
I have all of the zephyr and nrf directories under the external directory.
I cannot get VSCode to use the 'external' directory. It always uses c:\ncs\v2.6.1.
My .west/config looks like this:
[manifest]
path = customername_folder
file = west.yml
[zephyr]
base = external/zephyr
and I've tried this:
[manifest]
path = ..\..\_DSGit\customername\Code\external\nrf
file = west.yml
[zephyr]
base = external/zephyr
Can you give me some idea what I'm missing?
During a west update, I can get something like this:
I updated to the latest plugin, which seems to provide extra flexibility on this, but no luck.