screenshot-to-code/.vscode/settings.json
2024-03-04 16:21:04 -05:00

6 lines
149 B
JSON

{
"python.analysis.typeCheckingMode": "strict",
"python.analysis.extraPaths": ["./backend"],
"python.autoComplete.extraPaths": ["./backend"]
}