Skip to content

Commit

Permalink
fix: workaround for vscode debugger issue
Browse files Browse the repository at this point in the history
[skip travis]

fixes frappe#313
  • Loading branch information
revant committed Jul 17, 2020
1 parent 0e890cc commit 8fe7d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"python.pythonPath": "frappe-bench/env/bin/python",
"debug.node.autoAttach": "on"
"debug.node.autoAttach": "disabled"
}

0 comments on commit 8fe7d32

Please sign in to comment.