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,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…
x
Reference in New Issue
Block a user