Install the Remote - Containers extension for VS Code.
Open the sweep folder in VS Code and it will autodetect the settings and ask to relaunch the window with container support.
The dockerfile is in the .devcontainer folder
docker build --tag sweep/shell .devcontainer
docker run -it -v ${pwd}:/sweep sweep/shell