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 731ace4 commit fab1bc2Copy full SHA for fab1bc2
.devcontainer/devcontainer.json
@@ -6,7 +6,7 @@
6
"cpus": 2
7
},
8
"waitFor": "onCreateCommand",
9
- "updateContentCommand": "pip install -e ",
+ "updateContentCommand": "pip install -e .",
10
"postCreateCommand": "",
11
"postStartCommand": "git reset --hard && git clean -fd",
12
"customizations": {
0 commit comments