mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
Make changes appropriate to refactor
This commit is contained in:
parent
48fd6896f9
commit
2f7f7fcc75
1 changed files with 9 additions and 0 deletions
|
|
@ -2,6 +2,15 @@
|
||||||
"name": "Frappe Bench",
|
"name": "Frappe Bench",
|
||||||
"forwardPorts": [8000, 9000, 6787],
|
"forwardPorts": [8000, 9000, 6787],
|
||||||
"remoteUser": "frappe",
|
"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",
|
"dockerComposeFile": "./docker-compose.yml",
|
||||||
"service": "frappe",
|
"service": "frappe",
|
||||||
"workspaceFolder": "/workspace/development",
|
"workspaceFolder": "/workspace/development",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue