d466b7d
1
2
3
4
5
6
7
8
9
10
{ "name": "dir2md", "image": "mcr.microsoft.com/devcontainers/python:3.11", "postCreateCommand": "pip install -e . && pre-commit install", "customizations": { "vscode": { "extensions": ["ms-python.python", "ms-python.vscode-pylance"] } } }