VS Code extension doesnt change west workspace

I have two toolchains and two nrf SDKs installed. v2.4.1 and v2.6.1.

I could change the toolchain used from vs code extension, but I couldn't change the west workspace. It always points to v2.4.1, even when I select the mainfiest file in v2.6.1, it doesn't change.

Here is my folder structure:

I tried to press Manage west workspace -> then select v2.6.1 manifest file, but it doesn't work

My application is out of tree, and not under nrf SDK folder structure.

Parents
  • This happened to me, when i created an application inside an already present west workspace. For example you create an example application at the folder <west-workspace>/zephyr/example-app/blinky and then you try to change the toolchain revision or the west manifest, it will fail as it is already inside an initialized workspace of version x. Best you could do create a new location with your application and make sure its not inside the west workspace.

Reply
  • This happened to me, when i created an application inside an already present west workspace. For example you create an example application at the folder <west-workspace>/zephyr/example-app/blinky and then you try to change the toolchain revision or the west manifest, it will fail as it is already inside an initialized workspace of version x. Best you could do create a new location with your application and make sure its not inside the west workspace.

Children
Related