python analysis extraPath (import resolution)

This commit is contained in:
2024-10-24 13:01:13 -05:00
parent 1380ae5497
commit 5360d24543

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"python.analysis.extraPaths": [
"./backend/"
]
}