🔒️ Switched to installation of locked dependencies

This commit is contained in:
Wouter de Bruijn
2026-02-12 10:02:45 +01:00
parent df00114e3a
commit a151771002
+1 -1
View File
@@ -9,7 +9,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip install --user uv && uv sync --dev"
"postCreateCommand": "pip install --user uv && uv sync --frozen --dev"
// Configure tool-specific properties.
// "customizations": {},
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.