Drop the venv mount

This commit is contained in:
Sandra Modzelewska 2025-01-25 07:29:02 +00:00
parent 6adea0efbb
commit c1a11ebf4c
No known key found for this signature in database

View File

@ -24,11 +24,6 @@
"UV_LINK_MODE": "copy"
},
"mounts": [
{
"type": "volume",
"source": "${devcontainerId}-venv",
"target": "${containerWorkspaceFolder}/.venv"
},
{
"type": "volume",
"source": "${devcontainerId}-node-modules",