diff --git a/.vscode/settings.json b/.vscode/settings.json index fa9e180..3a35d10 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "editor.insertSpaces": false, "editor.detectIndentation": false, - "python.pythonPath": "./app/Scripts/python.exe", + "python.pythonPath": "./app/Scripts/python", + "python.autoComplete.extraPaths": ["./app"] } \ No newline at end of file