- Develop in containers with VSCode dev containers
- Install and configure formatting extensions such as
blackandprettier-vscode - Define code editor settings with
.vscode/settings.jsonand.editorconfig
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