2020-03-05 16:09:03 +00:00
|
|
|
{
|
|
|
|
"name": "Frappe Bench",
|
2022-03-15 05:38:06 +00:00
|
|
|
"forwardPorts": [8000, 9000, 6787],
|
2020-03-05 16:09:03 +00:00
|
|
|
"remoteUser": "frappe",
|
2024-02-16 06:53:01 +00:00
|
|
|
"customizations": {
|
|
|
|
"vscode": {
|
|
|
|
"extensions": [
|
|
|
|
"ms-python.python",
|
|
|
|
"ms-vscode.live-server",
|
|
|
|
"grapecity.gc-excelviewer",
|
|
|
|
"mtxr.sqltools",
|
|
|
|
"visualstudioexptteam.vscodeintellicode"
|
|
|
|
],
|
|
|
|
"settings": {
|
|
|
|
"terminal.integrated.profiles.linux": {
|
|
|
|
"frappe bash": {
|
|
|
|
"path": "/bin/bash"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"terminal.integrated.defaultProfile.linux": "frappe bash",
|
|
|
|
"debug.node.autoAttach": "disabled"
|
|
|
|
}
|
|
|
|
}
|
2020-03-05 16:09:03 +00:00
|
|
|
},
|
|
|
|
"dockerComposeFile": "./docker-compose.yml",
|
|
|
|
"service": "frappe",
|
|
|
|
"workspaceFolder": "/workspace/development",
|
2020-05-17 18:46:21 +00:00
|
|
|
"shutdownAction": "stopCompose",
|
2024-02-16 06:53:01 +00:00
|
|
|
"mounts": [
|
|
|
|
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/frappe/.ssh,type=bind,consistency=cached"
|
|
|
|
]
|
2020-03-05 16:09:03 +00:00
|
|
|
}
|