Files
rendercv/.devcontainer/devcontainer.json
2026-03-02 17:24:09 +03:00

20 lines
434 B
JSON

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