fix: install dependencies for v13 on creation

This commit is contained in:
Smit Vora 2022-10-15 18:15:45 +05:30
parent a7aae8a000
commit 1b4b662aa3

View file

@ -14,6 +14,7 @@
"dockerComposeFile": "./docker-compose.yml",
"service": "frappe",
"workspaceFolder": "/workspace/development",
"onCreateCommand": "sudo apt update && sudo apt upgrade && sudo apt install -y python3-venv python3.9-dev",
"shutdownAction": "stopCompose",
"extensions": [
"ms-python.python",