Merge pull request 'pyright config change' (#17) from pyright-tweaks into main
Reviewed-on: #17
This commit is contained in:
commit
f49357f038
1 changed files with 2 additions and 0 deletions
|
@ -78,8 +78,10 @@ return {
|
||||||
pyright = {
|
pyright = {
|
||||||
python = {
|
python = {
|
||||||
analysis = {
|
analysis = {
|
||||||
|
autoImportCompletions = true,
|
||||||
autoSearchPaths = true,
|
autoSearchPaths = true,
|
||||||
diagnosticMode = "openFilesOnly",
|
diagnosticMode = "openFilesOnly",
|
||||||
|
typeCheckingMode = "basic",
|
||||||
useLibraryCodeForTypes = true,
|
useLibraryCodeForTypes = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue