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
VS Code version: 1.43.2
Extension version (available under the Extensions sidebar): 2020.5.80290
OS and version: Windows 10 Enterprise V 1909
Python version (& distribution if applicable, e.g. Anaconda): python27
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): none
Note that I am connecting to a Linux filesystem from Windows via the Remote-SSH extension. Inside that remote directory, I installed the Python extension.
In foo.py: import bar
When I CTRL+Click on bar, it brings me to otherfolder/bar.py, instead of project/bar.py. It's worth noting that this filesystem has multiple interpreters, and has an extensive PYTHONPATH, but I don't think those affect how the Python intellisense does module lookup.
The text was updated successfully, but these errors were encountered:
Environment data
VS Code version: 1.43.2
Extension version (available under the Extensions sidebar): 2020.5.80290
OS and version: Windows 10 Enterprise V 1909
Python version (& distribution if applicable, e.g. Anaconda): python27
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): none
Note that I am connecting to a Linux filesystem from Windows via the Remote-SSH extension. Inside that remote directory, I installed the Python extension.
Actual Behavior
In
foo.py
:import bar
When I CTRL+Click on
bar
, it brings me tootherfolder/bar.py
, instead ofproject/bar.py
. It's worth noting that this filesystem has multiple interpreters, and has an extensive PYTHONPATH, but I don't think those affect how the Python intellisense does module lookup.The text was updated successfully, but these errors were encountered: