pyright config change #17

Merged
softinio merged 1 commit from pyright-tweaks into main 2024-08-30 23:26:30 -07:00

View file

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