I want to split this line in diffent one because is too long and is difficult to read
"command": "source ~/watchman-zephyr-3.2.0/.venv/bin/activate ; west build -b nrf52840_wfinger_v1 --build-dir build_bootloader ../../../bootloader/mcuboot/boot/zephyr ; west build -p auto -b nrf52840_wfinger_v1 --build-dir build",
I tried the next but seems is wrong:
"command": "source ~/watchman-zephyr-3.2.0/.venv/bin/activate ;
west build -b nrf52840_wfinger_v1 --build-dir build_bootloader ../../../bootloader/mcuboot/boot/zephyr ;
west build -p auto -b nrf52840_wfinger_v1 --build-dir build",