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 ab069a8 commit 8a96511Copy full SHA for 8a96511
.devcontainer/devcontainer.json
@@ -1,7 +1,7 @@
1
{
2
"image": "mcr.microsoft.com/devcontainers/universal:2",
3
- "updateContentCommand": "npm install",
4
- "postCreateCommand": "npm install; pip install -r requirements.txt",
+ "updateContentCommand": "npm install; pip install -r requirements.txt",
+ "postCreateCommand": "",
5
"customizations": {
6
"codespaces": {
7
"openFiles": [
0 commit comments