fix vs code settings for python import path

This commit is contained in:
Abi Raja 2024-03-04 16:21:04 -05:00
parent a731e462ba
commit f0ff9b21ba

View File

@ -1,3 +1,5 @@
{ {
"python.analysis.typeCheckingMode": "strict" "python.analysis.typeCheckingMode": "strict",
"python.analysis.extraPaths": ["./backend"],
"python.autoComplete.extraPaths": ["./backend"]
} }