Skip to content

Commit

Permalink
fix vs code settings for python import path
Browse files Browse the repository at this point in the history
  • Loading branch information
abi committed Mar 4, 2024
1 parent a731e46 commit f0ff9b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"python.analysis.typeCheckingMode": "strict"
"python.analysis.typeCheckingMode": "strict",
"python.analysis.extraPaths": ["./backend"],
"python.autoComplete.extraPaths": ["./backend"]
}

0 comments on commit f0ff9b2

Please sign in to comment.