This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF Connect for VS Code extension requiring version 1.8.0-rc2 of the nRF Connect SDK

When I switch to any branch other than 1.8.0-rc2, I get the following notification:

"This workspace requires version 1.8.0-rc2 of the nRF Connect SDK, but it isn't installed. Please install it if you'd like to use the workspace. Source: nRF Connect for VS Code (Extension)"

I'm using Linux, manually installed NCS. Worked before the 1.8.0 release. Now, not even origin/main works!

These are the commands used to switch branches:

cd $ZEPHYR_BASE/../nrf &&
git fetch origin &&
git checkout <branch> &&
west update

west works in any branch.

Any comments?

Parents Reply Children
No Data
Related