We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa4531 commit c01fe1bCopy full SHA for c01fe1b
.devcontainer/devcontainer.json
@@ -27,7 +27,7 @@
27
// Use 'forwardPorts' to make a list of ports inside the container available locally.
28
// "forwardPorts": [],
29
// Use 'postCreateCommand' to run commands after the container is created.
30
- "postCreateCommand": "poetry install && pre-commit install && pre-commit autoupdate",
+ "postCreateCommand": "poetry install && pre-commit install",
31
// Configure tool-specific properties.
32
"customizations": {
33
// Configure properties specific to VS Code.
0 commit comments