Skip to content

Commit

Permalink
Update devcontainer with update and post commands
Browse files Browse the repository at this point in the history
  • Loading branch information
erwindouna committed Dec 27, 2024
1 parent 3ea7e01 commit 4a2c328
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@
}
},
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.12",
"name": "PyTado"
"name": "PyTado",
"postCreateCommand": "python3 -m venv venv && . venv/bin/activate && pip install --upgrade pip && pip install -e '.[all]' && pre-commit install",
"updateContentCommand": "python3 -m venv venv && . venv/bin/activate && pip install --upgrade pip && pip install -e '.[all]' && pre-commit install"
}

0 comments on commit 4a2c328

Please sign in to comment.