2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00
frappe_docker/development/.vscode/settings.json
Revant Nandgaonkar 8fe7d324d9 fix: workaround for vscode debugger issue
[skip travis]

fixes #313
2020-07-17 07:05:39 +05:30

4 lines
99 B
JSON

{
"python.pythonPath": "frappe-bench/env/bin/python",
"debug.node.autoAttach": "disabled"
}