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 4f670a4 commit cbd767cCopy full SHA for cbd767c
.devcontainer/devcontainer.json
@@ -60,5 +60,7 @@
60
"ghcr.io/devcontainers/features/python:1": {
61
"installTools": false
62
}
63
- }
64
-}
+ },
+ "updateContentCommand": ". ${NVM_DIR}/nvm.sh && nvm install && nvm use && npm install && poetry install && poetry run pre-commit install",
65
+ "postStartCommand": ". ${NVM_DIR}/nvm.sh && nvm install && nvm use && npm install && poetry install && poetry run pre-commit install"
66
+}
0 commit comments