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

View File

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