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:
commit
5a756ce2fa
2
development/.vscode/settings.json
vendored
2
development/.vscode/settings.json
vendored
@ -1,4 +1,4 @@
|
||||
{
|
||||
"python.pythonPath": "frappe-bench/env/bin/python",
|
||||
"debug.node.autoAttach": "on"
|
||||
"debug.node.autoAttach": "disabled"
|
||||
}
|
Loading…
Reference in New Issue
Block a user