mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Update settings.json (#648)
removes a squiggly line whenever doing imports like ``` from frappe.model.document import Document ```
This commit is contained in:
parent
7404bcadee
commit
55a4dc9269
1 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
{
|
||||
"debug.node.autoAttach": "disabled"
|
||||
"debug.node.autoAttach": "disabled",
|
||||
"python.pythonPath": "/workspace/frappe-bench/env/bin/python",
|
||||
"python.analysis.extraPaths": [
|
||||
"./frappe-bench/apps/frappe"
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue