We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bfe87 commit 5bf3f24Copy full SHA for 5bf3f24
1 file changed
.devcontainer.json
@@ -54,7 +54,7 @@
54
"postCreateCommand": "curl -LsSf https://astral.sh/uv/install.sh | sh && uv sync --frozen --dev && pre-commit install",
55
"postStartCommand": "uv sync --dev",
56
"remoteEnv": {
57
- "PATH": "/home/vscode/.cargo/bin:/workspaces/client.py/.venv/bin:${containerEnv:PATH}"
+ "PATH": "/home/vscode/.local/bin:/home/vscode/.cargo/bin:/workspaces/client.py/.venv/bin:${containerEnv:PATH}"
58
},
59
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
60
"remoteUser": "vscode",
0 commit comments