pyright config change
This commit is contained in:
parent
0e57d13d1d
commit
889d7df0c7
1 changed files with 2 additions and 0 deletions
|
@ -78,8 +78,10 @@ return {
|
|||
pyright = {
|
||||
python = {
|
||||
analysis = {
|
||||
autoImportCompletions = true,
|
||||
autoSearchPaths = true,
|
||||
diagnosticMode = "openFilesOnly",
|
||||
typeCheckingMode = "basic",
|
||||
useLibraryCodeForTypes = true,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue