diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 05cd088..1638c1f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,15 +13,15 @@ "target": "/home/${remoteUser}/.cache", "type": "volume" }, - { - "source": "venv-${devcontainerId}", - "target": "${containerWorkspaceFolder}/.venv", - "type": "volume" - }, { "source": "${localEnv:HOME}/.ssh", "target": "/home/${remoteUser}/.ssh", "type": "bind" + }, + { + "source": "venv-${devcontainerId}", + "target": "${containerWorkspaceFolder}/.venv", + "type": "volume" } ], "features": { diff --git a/docs/configurations/uv.md b/docs/configurations/uv.md index 9d7b3f6..280bd24 100644 --- a/docs/configurations/uv.md +++ b/docs/configurations/uv.md @@ -21,15 +21,15 @@ Set the `UV_PROJECT_ENVIRONMENT` not to create a virtual environment in the proj "target": "/home/${remoteUser}/.cache", "type": "volume" }, - { - "source": "venv-${devcontainerId}", - "target": "${containerWorkspaceFolder}/.venv", - "type": "volume" - }, { "source": "${localEnv:HOME}/.ssh", "target": "/home/${remoteUser}/.ssh", "type": "bind" + }, + { + "source": "venv-${devcontainerId}", + "target": "${containerWorkspaceFolder}/.venv", + "type": "volume" } ], "features": {