mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
automatically install python extension
This commit is contained in:
parent
87e0648c3d
commit
5f3c4df4ad
1 changed files with 4 additions and 1 deletions
|
|
@ -8,5 +8,8 @@
|
|||
"dockerComposeFile": "./docker-compose.yml",
|
||||
"service": "frappe",
|
||||
"workspaceFolder": "/workspace/development",
|
||||
"shutdownAction": "stopCompose"
|
||||
"shutdownAction": "stopCompose",
|
||||
"extensions": [
|
||||
"ms-python.python"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue