2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-09 14:50:58 +00:00

fix: workaround for vscode debugger issue

[skip travis]

fixes #313
This commit is contained in:
Revant Nandgaonkar 2020-07-17 07:05:39 +05:30
parent 0e890cc3ac
commit 8fe7d324d9

View File

@ -1,4 +1,4 @@
{ {
"python.pythonPath": "frappe-bench/env/bin/python", "python.pythonPath": "frappe-bench/env/bin/python",
"debug.node.autoAttach": "on" "debug.node.autoAttach": "disabled"
} }