-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Stuck at discovering Python Interpreters in ssh connection #20485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the bug report! We investigate issues in order based on priority and severity, which includes the impact it has on your ability to use the extension to do productive work, and the number of people affected. If other users come forward and leave a comment demonstrating they are seeing/reproducing the problem then we will raise this issue's priority. Thanks for understanding and the patience! |
Please provide the logs as mentioned in the issue template. Set Output for
|
I have the same issue. VS Code is 1.75.0, Mac ARM download. Running through ssh remotely on an Ubuntu 20.04 server, extension 2023.2.10, have tried pre-release as well. Selecting the interpreter does not stop interpreter discovery. Additionally, it seems like none of the basic functionality is working - right clicking doesn't prompt to "Go to definition / references", instead displaying the standard "change all occurrences". Have uninstalled / reinstalled removing all cached files, both locally and in ~/.vscode-server, have tried universal and ARM build. Extension logs from startup + selecting an interpreter:
|
@GerardMaggiolino Please provide #20485 (comment). |
I have a similar problem with vscode-pull-request-github. Downgrading vscode-pull-request-github to v0.56 solved my problem. |
Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on, then we will be happy to re-open this issue to pick up where we left off. |
VS Code version
Version: 1.74.2
Extension version
v2022.20.1
Python(Pylance etc.)
OS type
Win10
Python distribution
Miniconda(in remote ssh)
Python version
3.8
Language server
Default
Expected behaviour
Be able to find the Python interpreter instead of discovering it all the time!
Actual behaviour
Stuck at discovering Python Interpreters forever

I have installed Python extensions on remote server A, and when I open a Python file on the remote server, it says "discovering Python interpreter" at the bottom of the interface, but it never goes away. But when I install the extension on another remote server B, I don't have this problem. How can I fix this problem on server A?Steps to reproduce
Open any python related file(notebook, .py) it will start to discover and stuck there.
Logs
LSP Notebooks experiment is enabled
LSP Notebooks interactive window support is enabled
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered: