From c1a11ebf4ced1662ae7c4cca95342badd7cbfba4 Mon Sep 17 00:00:00 2001 From: Sandra Modzelewska Date: Sat, 25 Jan 2025 07:29:02 +0000 Subject: [PATCH] Drop the venv mount --- .devcontainer/build/devcontainer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.devcontainer/build/devcontainer.json b/.devcontainer/build/devcontainer.json index 4585f8e..b71924f 100755 --- a/.devcontainer/build/devcontainer.json +++ b/.devcontainer/build/devcontainer.json @@ -24,11 +24,6 @@ "UV_LINK_MODE": "copy" }, "mounts": [ - { - "type": "volume", - "source": "${devcontainerId}-venv", - "target": "${containerWorkspaceFolder}/.venv" - }, { "type": "volume", "source": "${devcontainerId}-node-modules",