Skip to content

Setup base pythonpath for python import helper in vscode. #30

@Eric2Hamel

Description

@Eric2Hamel

The python import helper is really useful to save time importing libraries. However, I did find some problems with importing modules in the current library. Especially if the pythonpath is not at the root of the workspace.

For example, I will like to have:
from mylib.foo import Foo
but got:
from src.mylib.foo import Foo

I did not see any way to configure the extension. Could there be a way to remove it by providing a base python path?

Thank you very much,
Best Regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions