diff --git a/development/vscode-example/settings.json b/development/vscode-example/settings.json index 7df2d897..d0877e6f 100644 --- a/development/vscode-example/settings.json +++ b/development/vscode-example/settings.json @@ -1,7 +1,5 @@ { "debug.node.autoAttach": "disabled", "python.pythonPath": "/workspace/frappe-bench/env/bin/python", - "python.analysis.extraPaths": [ - "./frappe-bench/apps/frappe" - ], + "python.analysis.extraPaths": ["./frappe-bench/apps/frappe"] }