We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d4e57 commit 16755d7Copy full SHA for 16755d7
.devcontainer/devcontainer.json
@@ -11,7 +11,7 @@
11
"ghcr.io/devcontainers/features/github-cli:1": {}
12
},
13
14
- "postCreateCommand": "curl -LsSf https://astral.sh/uv/install.sh | sh && export PATH=\"$HOME/.cargo/bin:$PATH\" && uv sync --extra dev && uv pip install -e .",
+ "postCreateCommand": "curl -LsSf https://astral.sh/uv/install.sh | sh && echo 'export PATH=\"$HOME/.cargo/bin:$PATH\"' >> ~/.bashrc && export PATH=\"$HOME/.cargo/bin:$PATH\" && uv sync --extra dev && uv pip install -e .",
15
16
// Configure tool-specific properties.
17
"customizations": {
0 commit comments