Compare commits

...

2 commits

View file

@ -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,
}, },
}, },