auto install dev reqs

This commit is contained in:
Jev 2024-05-05 21:50:37 +00:00
parent 76bf98eefe
commit b6f049f8af

View file

@ -5,6 +5,7 @@
"mounts": [
"source=/var/tmp/container-extensions,target=/home/dev/.vscode-server/extensions,type=bind,consistency=cached"
],
"postCreateCommand": "pip install -e '.[dev]'",
// Configure tool-specific properties.