Updated vscode settings.

This commit is contained in:
Vivek Santayana 2021-07-21 12:10:15 +01:00
parent ede87e799c
commit f1d12691c0

View File

@ -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"]
}