| { | |
| "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"] | |
| } | |
| } | |
| } |
| { | |
| "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"] | |
| } | |
| } | |
| } |