mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
20 lines
498 B
JSON
20 lines
498 B
JSON
{
|
|
"name": "Frappe Bench",
|
|
"appPort": [8000, 9000, 6787],
|
|
"remoteUser": "frappe",
|
|
"settings": {
|
|
"terminal.integrated.shell.linux": "/bin/bash"
|
|
},
|
|
"dockerComposeFile": "./docker-compose.yml",
|
|
"service": "frappe",
|
|
"workspaceFolder": "/workspace/development",
|
|
"shutdownAction": "stopCompose",
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"auchenberg.vscode-browser-preview",
|
|
"grapecity.gc-excelviewer",
|
|
"mtxr.sqltools",
|
|
"visualstudioexptteam.vscodeintellicode"
|
|
]
|
|
}
|