How to build multiprotocol ble_thread_dyn_template from VS Code?

Wave I am trying to make a multiprotocol network using BLE and Thread. I have flashed nRF52840DK using the `s140` Softdevice and flashed the ble_thread_dyn_template as well.

However, I want to edit the `ble_thread_dyn_template` code through VS Code and if possible, `s140` Softdevice as well. When I try finding the `ble_thread_dyn_template` sample when creating a project though VS Code, there's not any.

How do I form a project through VS Code that usage the `ble_thread_dyn_template` project template?

Related