My custom boards are not visible from VS code

Dear all

Just upgraded my SDK to latest v2.1.0, and also copied my custom board folder [boards] to  my project folder and named as boards, but it does appear on Add Build Configuration interface when I try to add a new build, though in my workspace file specified it like this , so far it only works if I add my board file under SDK's original board folder like this - d:\WORK\ncs\v2.1.0\zephyr\boards\arm\


"nrf-connect.boardRoots": [
			"d:\\WORK\\ncs\\MyProjectV2\\boards"
		]

What can i do to let it visible and work in another location please?

Thank you!

Ping

Related