frappe_docker/development/vscode-example/settings.json
Vaibhav Chopra 3907248627
Update settings.json
removes a squiggly line whenever doing imports like 
```
from frappe.model.document import Document
```
2022-02-02 03:04:45 +05:30

7 lines
180 B
JSON

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