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 db36ad3 commit 3158944Copy full SHA for 3158944
.devcontainer/devcontainer.json
@@ -1,10 +1,10 @@
1
{
2
"image": "mcr.microsoft.com/devcontainers/universal:2",
3
"updateContentCommand": "npm install; pip install -r requirements.txt",
4
- "postCreateCommand": "",
5
"postStartCommand": "npm install; pip install -r requirements.txt",
6
"customizations": {
7
"codespaces": {
+ "disableAutomaticConfiguration": true,
8
"openFiles": [
9
"README.md"
10
]
0 commit comments