frappe_docker/development/vscode-example/settings.json
2022-02-08 12:26:31 +03:00

5 lines
171 B
JSON

{
"debug.node.autoAttach": "disabled",
"python.pythonPath": "/workspace/frappe-bench/env/bin/python",
"python.analysis.extraPaths": ["./frappe-bench/apps/frappe"]
}