{ "name": "rendercv", "build": { "dockerfile": "Dockerfile" }, "postCreateCommand": "uv sync --all-extras", "customizations": { "vscode": { "extensions": [ "ms-python.python", "ms-python.debugpy", "charliermarsh.ruff", "ms-python.black-formatter", "astral-sh.ty", "tombi-toml.tombi", "redhat.vscode-yaml", "myriad-dreamin.tinymist" ] } } }