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.
2 parents ad704ff + f03b47f commit cdf8856Copy full SHA for cdf8856
.devcontainer/devcontainer.json
@@ -16,9 +16,9 @@
16
]
17
}
18
},
19
- // "postStartCommand": "git pull origin main && python3 -m pip install -r infra/scripts/index_scripts/requirements.txt",
+ "postStartCommand": "git pull origin main && python3 -m pip install -r infra/scripts/index_scripts/requirements.txt",
20
"remoteUser": "vscode",
21
"hostRequirements": {
22
"memory": "4gb"
23
24
-}
+}
0 commit comments