This repository provides a development container base configuration.
On your new vscode project create a folder named ".devcontainer" and add the Dockerfile & devcontainer.json files to it.
To use this image without re-building the dev container image you can replace the Dockerfile content with:
FROM sundaeparty/devcontainer:latest