We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ede07 commit 0628458Copy full SHA for 0628458
.devcontainer/devcontainer.json
@@ -23,5 +23,5 @@
23
},
24
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached",
25
"workspaceFolder": "/workspace",
26
- "postCreateCommand": "uv venv && source .venv/bin/activate && uv sync --all-extras"
+ "postCreateCommand": "zsh -c 'uv venv && source .venv/bin/activate && uv sync --all-extras'"
27
}
0 commit comments