-
Notifications
You must be signed in to change notification settings - Fork 293
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
Interpreter picker seems to be displayed in Jupyter remote scenario #6247
Comments
Still repros. |
Could be the active interpreter that we're displaying. |
Could be caused by interactive window , as it doesn't support remote yet. |
Should be fixed |
This concerns me a bit. It looks like we are relying on onDidActivationPythonExtension, which from the code doesn't seem reliable. There are other places we are using this as well. I'm surprised that VS Code doesn't have a way to see when an extension is activated. |
Dropping a quick note here, I see this as the probable issue here (per the comment): vscode-jupyter/src/client/api/pythonApi.ts Line 341 in 22f866c
In the remote case we are not getting this event to hook up. Which I believe could cause issues with the other usages of this. |
FYI - I added this to october as its not a ship blocker |
@DonJayamanne do you remember what the problem was here? |
It should not show up.
The text was updated successfully, but these errors were encountered: