We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247aecd commit 694c862Copy full SHA for 694c862
1 file changed
.devcontainer/devcontainer.json
@@ -48,5 +48,5 @@
48
// Mount the parent as /workspaces so we can pip install peers as editable
49
"workspaceMount": "source=${localWorkspaceFolder}/..,target=/workspaces,type=bind",
50
// After the container is created, install the python project in editable form
51
- "postCreateCommand": "pip install $([ -f dev-requirements.txt ] && echo '-c dev-requirements.txt') -e '.[dev]' && pre-commit install"
+ // "postCreateCommand": "pip install $([ -f dev-requirements.txt ] && echo '-c dev-requirements.txt') -e '.[dev]' && pre-commit install"
52
}
0 commit comments