You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 a pyrightconfig.json configuration file in the root of the LSP-* package:
{
"pythonVersion": "3.11"
}
So it may be appropriate to set the corresponding version when calling vpypyright
The text was updated successfully, but these errors were encountered:
I just saw this update notice for the Sublime Text LSP package:
So it may be appropriate to set the corresponding version when calling
vpypyright
The text was updated successfully, but these errors were encountered: