-
Notifications
You must be signed in to change notification settings - Fork 294
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
Duplicated completion items #16173
Comments
This comment has been minimized.
This comment has been minimized.
@rchiodo Is it fixed in |
The fix for this wouldn't be in Pylance. It would be in the jupyter extension. Given that Don submitted a fix 3 weeks ago, I suspect the latest Jupyter prerelease has the fix in it. |
I tried the |
@rchiodo I found it depends on Python version, I can reproduce on And, I can't find |
You might be on VS code stable. I'm using VS code insiders. Jupyter may have updated their required VS code version so the latest only works on insiders. I can repro with Python 3.10 too: @DonJayamanne you may need something different based on the results returned from ipykernel. Older versions must have had different completions. |
Steps to repro
|
@rchiodo Found that the label |
Applies To
What happened?
repro steps
import os
os.
<= completion hererepro for both
notebook
andinteractive window
VS Code Version
1.94.2
Jupyter Extension Version
v2024.10.2024100401
Jupyter logs
No response
Coding Language and Runtime Version
No response
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
None
The text was updated successfully, but these errors were encountered: