- Clone the repository
- Open the repository in vscode
- Copy the
.envtemplate
todevcontainer.env
within this foldere2e_samples/parking_sensors_synapse/.devcontainer
and update the values like described here - Open the Command Palette (
Ctrl+Shift+P
) and search forRemote-Containers: Open Folder in Container...
- Select
e2e_samples/parking_sensors_synapse
and confirm
Note: when pulling latest changes to the devcontainer, ensure you rebuild your container without cache to any changes to the devcontainer.
If you encounter below error Could not find env file
on build, please check if you completed Step 3