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",
|
|
|
|
"settings": {
|
2022-03-15 05:38:06 +00:00
|
|
|
"terminal.integrated.profiles.linux": {
|
|
|
|
"frappe bash": {
|
2024-01-26 05:48:26 +00:00
|
|
|
"path": "/bin/bash",
|
|
|
|
},
|
2022-03-15 05:38:06 +00:00
|
|
|
},
|
|
|
|
"terminal.integrated.defaultProfile.linux": "frappe bash",
|
2024-01-26 05:48:26 +00:00
|
|
|
"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",
|
|
|
|
"extensions": [
|
|
|
|
"ms-python.python",
|
2022-03-15 05:38:06 +00:00
|
|
|
"ms-vscode.live-server",
|
2020-05-17 18:46:21 +00:00
|
|
|
"grapecity.gc-excelviewer",
|
|
|
|
"mtxr.sqltools",
|
2024-01-26 05:48:26 +00:00
|
|
|
"visualstudioexptteam.vscodeintellicode",
|
|
|
|
],
|
2020-03-05 16:09:03 +00:00
|
|
|
}
|