2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-10 07:11:00 +00:00

automatically install python extension

This commit is contained in:
Davide Bortolami 2020-04-17 02:56:30 +01:00
parent 87e0648c3d
commit 5f3c4df4ad

View File

@ -8,5 +8,8 @@
"dockerComposeFile": "./docker-compose.yml",
"service": "frappe",
"workspaceFolder": "/workspace/development",
"shutdownAction": "stopCompose"
"shutdownAction": "stopCompose",
"extensions": [
"ms-python.python"
]
}