-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
I just saw this update notice for the Sublime Text LSP package:
For developers working on LSP-* packages and using LSP-pyright for type-checking, it's now necessary
to tell pyright explicitly which version of Python to check against.
Do that by adding apyrightconfig.jsonconfiguration file in the root of the LSP-* package:
{
"pythonVersion": "3.11"
}So it may be appropriate to set the corresponding version when calling vpypyright