dir2md / .devcontainer /devcontainer.json
Flamehaven's picture
Initial commit: Dir2md open-core project
d466b7d
{
"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"]
}
}
}