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
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: