diff --git a/LSP-basedpyright.sublime-settings b/LSP-basedpyright.sublime-settings index 224d431..a91c6e6 100644 --- a/LSP-basedpyright.sublime-settings +++ b/LSP-basedpyright.sublime-settings @@ -74,7 +74,7 @@ // Specifies the level of logging for the Output panel "basedpyright.analysis.logLevel": "Information", // Defines the default rule set for type checking. - "basedpyright.analysis.typeCheckingMode": "all", + "basedpyright.analysis.typeCheckingMode": "recommended", // Paths to look for typeshed modules. "basedpyright.analysis.typeshedPaths": [], // Use library implementations to extract type information when type stub is not present.