Lint settings.json

This commit is contained in:
Lev Vereshchagin 2022-02-08 12:26:31 +03:00
parent 26167951db
commit 4a921ca117

View file

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