mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +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
1 changed files with 1 additions and 1 deletions
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 a new issue