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 0a5ebd2 commit a323d0eCopy full SHA for a323d0e
.devcontainer/devcontainer.json
@@ -17,7 +17,7 @@
17
]
18
}
19
},
20
- "postCreateCommand": "python3 -m pip install -e src",
+ "postCreateCommand": "git pull && python3 -m pip install -e src",
21
"remoteUser": "vscode",
22
"hostRequirements": {
23
"memory": "8gb"
0 commit comments