Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
Install host dependencies.
Import toolchain and SDK.
Create, configure, build and manage apps.
Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench
Hello Pete, using File->Import->General and selecting the option Existing projects into workspace , then put the path of the project that you want to import, that should be enough, but keep in mind, if you have some abosulte paths in your project that may cause a issue, so make sure that you are not using any absulute path, or change that path on the computer were you imported the project.