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 9239ad7 commit 9bdfe70Copy full SHA for 9bdfe70
1 file changed
.devcontainer/devcontainer.json
@@ -15,7 +15,7 @@
15
// "forwardPorts": [],
16
17
// Use 'postCreateCommand' to run commands after the container is created.
18
- "postCreateCommand": "pip3 install --user -r requirements-dev.txt || exit 0",
+ "postCreateCommand": "pip3 install --user -r requirements-dev.txt -r requirements.txt || exit 0",
19
"customizations": {
20
"vscode": {
21
"extensions": [
0 commit comments