{
"name": "pickaxe",
"build": {
"dockerfile": "Dockerfile",
"context": "..",
"args": {
"VARIANT": "3.12-bookworm"
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python",
"ms-python.mypy-type-checker",
"charliemarsh.ruff"
]
}
},
"postCreateCommand": ". /opt/venv/bin/activate && poetry install && pre-commit install --install-hooks",
"remoteUser": "dev"
}