Skip to content

Commit

Permalink
use "standard" typeCheckingMode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Dec 12, 2023
1 parent 5e097a1 commit a2c600c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions LSP-pyright.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@
// Specifies the level of logging for the Output panel
"python.analysis.logLevel": "Information",
// Defines the default rule set for type checking.
"python.analysis.typeCheckingMode": "basic",
"python.analysis.typeCheckingMode": "standard",
// Paths to look for typeshed modules.
// Hmm... doesn't seem to work on my side. May track https://github.com/microsoft/pylance-release/issues/29
"python.analysis.typeshedPaths": [],
// Use library implementations to extract type information when type stub is not present.
"python.analysis.useLibraryCodeForTypes": true,
Expand All @@ -58,13 +57,5 @@
// Path to folder with a list of Virtual Environments.
"python.venvPath": "",
},
// ST4
"selector": "source.python",
// ST3
"languages": [
{
"scopes": ["source.python - source.python.lsp"],
"syntaxes": ["Packages/Python/Python.sublime-syntax"],
},
],
}

0 comments on commit a2c600c

Please sign in to comment.