removes a squiggly line whenever doing imports like ``` from frappe.model.document import Document ```
8 lines
180 B
JSON
8 lines
180 B
JSON
{
|
|
"debug.node.autoAttach": "disabled",
|
|
"python.pythonPath": "/workspace/frappe-bench/env/bin/python",
|
|
"python.analysis.extraPaths": [
|
|
"./frappe-bench/apps/frappe"
|
|
],
|
|
}
|