fix vs code settings for python import path
This commit is contained in:
parent
a731e462ba
commit
f0ff9b21ba
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -1,3 +1,5 @@
|
||||
{
|
||||
"python.analysis.typeCheckingMode": "strict"
|
||||
"python.analysis.typeCheckingMode": "strict",
|
||||
"python.analysis.extraPaths": ["./backend"],
|
||||
"python.autoComplete.extraPaths": ["./backend"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user