From f1d12691c09d81ce4aa20f00d3a9ab06ba44fd10 Mon Sep 17 00:00:00 2001 From: Vivek Santayana Date: Wed, 21 Jul 2021 12:10:15 +0100 Subject: [PATCH] Updated vscode settings. --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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