mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
51319db0f4
* update to VS Code version 1.64.2 * Make changes appropriate to refactor Co-authored-by: Lev Vereshchagin <mail@vrslev.com>
26 lines
653 B
JSON
26 lines
653 B
JSON
{
|
|
"name": "Frappe Bench",
|
|
"forwardPorts": [8000, 9000, 6787],
|
|
"remoteUser": "frappe",
|
|
"settings": {
|
|
"terminal.integrated.profiles.linux": {
|
|
"frappe bash": {
|
|
"path": "/bin/bash"
|
|
}
|
|
},
|
|
"terminal.integrated.defaultProfile.linux": "frappe bash",
|
|
"debug.node.autoAttach": "disabled"
|
|
},
|
|
"dockerComposeFile": "./docker-compose.yml",
|
|
"service": "frappe",
|
|
"workspaceFolder": "/workspace/development",
|
|
"shutdownAction": "stopCompose",
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"ms-vscode.live-server",
|
|
"grapecity.gc-excelviewer",
|
|
"mtxr.sqltools",
|
|
"visualstudioexptteam.vscodeintellicode"
|
|
]
|
|
}
|