From bbeec93af80b875780a5efb0a34ad2cf9ffcf1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Go=C3=A1s=20Aguililla?= Date: Thu, 20 Feb 2025 13:21:18 +0000 Subject: [PATCH] chore: remove containerenv config --- .devcontainer/devcontainer.json | 6 ------ template/.devcontainer/devcontainer.json.jinja | 3 --- 2 files changed, 9 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b58e5c9..b6e9a65 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,12 +9,6 @@ "remoteUser": "root", "onCreateCommand": "echo 'eval \"$(starship init bash)\"' >> ~/.bashrc", "postCreateCommand": "uv sync && pre-commit install --install-hooks", - "containerEnv": { - "VIRTUAL_ENV": "/opt/venv", - "PATH": "/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", - "UV_PROJECT_ENVIRONMENT": "/opt/venv", - "UV_CACHE_DIR": "/opt/cache" - }, "customizations": { "vscode": { "extensions": [ diff --git a/template/.devcontainer/devcontainer.json.jinja b/template/.devcontainer/devcontainer.json.jinja index 5eb518c..eea213f 100644 --- a/template/.devcontainer/devcontainer.json.jinja +++ b/template/.devcontainer/devcontainer.json.jinja @@ -12,9 +12,6 @@ "overrideCommand": true, "postCreateCommand": "echo 'eval \"$(starship init bash)\"' >> ~/.bashrc", "postStartCommand": "uv sync --python ${PYTHON_VERSION:-{{ python_version }}} ${RESOLUTION_STRATEGY:+--resolution $RESOLUTION_STRATEGY} --all-extras && pre-commit install --install-hooks", - "containerEnv": { - "UV_CACHE_DIR": "/opt/cache" - }, "customizations": { "jetbrains": { "backend": "PyCharm",