mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
8e34d092f8
* Fix pre-commit config * Lint settings.json
6 lines
171 B
JSON
6 lines
171 B
JSON
{
|
|
"debug.node.autoAttach": "disabled",
|
|
"python.pythonPath": "/workspace/frappe-bench/env/bin/python",
|
|
"python.analysis.extraPaths": ["./frappe-bench/apps/frappe"]
|
|
}
|