pyright config change

This commit is contained in:
Salar Rahmanian 2024-08-30 23:24:53 -07:00
parent 0e57d13d1d
commit 889d7df0c7

View file

@ -78,8 +78,10 @@ return {
pyright = {
python = {
analysis = {
autoImportCompletions = true,
autoSearchPaths = true,
diagnosticMode = "openFilesOnly",
typeCheckingMode = "basic",
useLibraryCodeForTypes = true,
},
},