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 = { pyright = {
python = { python = {
analysis = { analysis = {
autoImportCompletions = true,
autoSearchPaths = true, autoSearchPaths = true,
diagnosticMode = "openFilesOnly", diagnosticMode = "openFilesOnly",
typeCheckingMode = "basic",
useLibraryCodeForTypes = true, useLibraryCodeForTypes = true,
}, },
}, },