Make changes appropriate to refactor

This commit is contained in:
Lev Vereshchagin 2022-03-14 13:46:05 +03:00
parent 48fd6896f9
commit 2f7f7fcc75

View file

@ -2,6 +2,15 @@
"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",