Skip to content

Commit

Permalink
Update default typeCheckingMode to "recommended" (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead authored Oct 17, 2024
1 parent ebfe572 commit 540a099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LSP-basedpyright.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 540a099

Please sign in to comment.