Update settings.json

removes a squiggly line whenever doing imports like 
```
from frappe.model.document import Document
```
This commit is contained in:
Vaibhav Chopra 2022-02-02 03:04:45 +05:30 committed by GitHub
parent 7404bcadee
commit 3907248627
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
],
}