Skip to content

Commit bbeec93

Browse files
committed
chore: remove containerenv config
1 parent 1b7fc05 commit bbeec93

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.devcontainer/devcontainer.json

-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
"remoteUser": "root",
1010
"onCreateCommand": "echo 'eval \"$(starship init bash)\"' >> ~/.bashrc",
1111
"postCreateCommand": "uv sync && pre-commit install --install-hooks",
12-
"containerEnv": {
13-
"VIRTUAL_ENV": "/opt/venv",
14-
"PATH": "/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
15-
"UV_PROJECT_ENVIRONMENT": "/opt/venv",
16-
"UV_CACHE_DIR": "/opt/cache"
17-
},
1812
"customizations": {
1913
"vscode": {
2014
"extensions": [

template/.devcontainer/devcontainer.json.jinja

-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"overrideCommand": true,
1313
"postCreateCommand": "echo 'eval \"$(starship init bash)\"' >> ~/.bashrc",
1414
"postStartCommand": "uv sync --python ${PYTHON_VERSION:-{{ python_version }}} ${RESOLUTION_STRATEGY:+--resolution $RESOLUTION_STRATEGY} --all-extras && pre-commit install --install-hooks",
15-
"containerEnv": {
16-
"UV_CACHE_DIR": "/opt/cache"
17-
},
1815
"customizations": {
1916
"jetbrains": {
2017
"backend": "PyCharm",

0 commit comments

Comments
 (0)