Lootem's Dev Template Develop in containers with VSCode dev containers Install and configure formatting extensions such as black and prettier-vscode Define code editor settings with .vscode/settings.json and .editorconfig Get started git clone https://github.com/lootem/dev_template.git Remove unnecessary lang folders, ex. .devcontainer/python/ Move files to their relevant directory .devcontainer/<lang>/devcontainer.json > .devcontainer/devcontainer.json .devcontainer/<lang>/Dockerfile > .devcontainer/Dockerfile .devcontainer/<lang>/launch.json > .vscode/launch.json Customize as required