2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-23 18:48:58 +00:00

Merge pull request #314 from revant/workaround-vscode-js-debugger-issue

fix: workaround for vscode debugger issue
This commit is contained in:
Revant Nandgaonkar 2020-07-17 07:07:57 +05:30 committed by GitHub
commit 5a756ce2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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