Updating VS Code workspace to main branch

Hi

In order to work on never zephyr version I have tried updating my ncs v1.7.1 folder to origin/main with:

git fetch origin
git checkout origin/main
west update

After this when loading workspace in VS Code it complains that it can no longer find SDK folder

Have tried changing the following parameters in workpace setting but have not been able to make it work.
        "nrf-connect.toolchain.path": "${nrf-connect.toolchain:1.7.1}",
        "nrf-connect.topdir": "${nrf-connect.sdk:1.7.1}",

If I check out again v1.7.1 again, it works as expected

What step do i miss to work on main/origin from VS Code ?

Parents Reply Children
No Data
Related