Vaibhav Chopra 55a4dc9269
Update settings.json (#648)
removes a squiggly line whenever doing imports like 
```
from frappe.model.document import Document
```
2022-02-02 17:25:19 +05:30

8 lines
180 B
JSON

{
"debug.node.autoAttach": "disabled",
"python.pythonPath": "/workspace/frappe-bench/env/bin/python",
"python.analysis.extraPaths": [
"./frappe-bench/apps/frappe"
],
}