mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-17 13:33:53 -04:00
20 lines
434 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|