Re-build using different core libraries.

This commit is contained in:
2022-01-24 12:26:14 +00:00
parent 44236eacec
commit 43e10e8034
38 changed files with 6 additions and 3705 deletions

View File

@ -1,5 +1,10 @@
{
"editor.insertSpaces": false,
"python.pythonPath": "./app/Scripts/python",
"python.autoComplete.extraPaths": ["./app"]
"python.autoComplete.extraPaths": [
"./app"
],
"python.analysis.extraPaths": [
"./app"
]
}