Skip to content

Should vpypyright set pythonVersion? #20

@AndydeCleyre

Description

@AndydeCleyre

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions