Skip to content

"Not a valid python path!" for Python 3.10+ #61

@bjelicaluka

Description

@bjelicaluka

When trying to install the VS Code extension with Python 3.10.8, the setup fails.

image

It is due to the python path validation. It is matching single-digit numbers in the Regex, instead of allowing for multiple-digit numbers. Here is an example:

image

It works fine for all python versions prior to 3.10, but it fails for all above that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions