mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
11 lines
332 B
JSON
11 lines
332 B
JSON
{
|
|
"terminal.integrated.profiles.linux": {
|
|
"frappe bash": {
|
|
"path": "/bin/bash"
|
|
}
|
|
},
|
|
"terminal.integrated.defaultProfile.linux": "frappe bash",
|
|
"debug.node.autoAttach": "disabled",
|
|
"python.pythonPath": "/workspace/frappe-bench/env/bin/python",
|
|
"python.analysis.extraPaths": ["./frappe-bench/apps/frappe"]
|
|
}
|