2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-18 18:19:02 +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:
Vaibhav Chopra 2022-02-02 17:25:19 +05:30 committed by GitHub
parent 7404bcadee
commit 55a4dc9269
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"
],
}