-
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
Intellisense completions have duplicates when python.pylanceLspNotebooksEnabled
is true
#11038
Comments
For me instead the duplicates appear in normal
Setting
gets rid of duplicates in both |
This is probably the same issue as #10846 |
Just an update to confirm that I still see this issue in VSCode v1.71.2 + Pylance v.2022.9.21, see microsoft/pylance-release#3017 (comment) |
I am seeing duplicate intellisense as well for:
According to microsoft/pylance-release#3017 (comment), the This is essentially forcing With these settings, my |
@m-metz According to #11938 (comment) this seems fixed in the pre-release version of the Jupyter extension. Switching to that one indeed fixed it for me. |
It seems that also fixed the same issue for me! |
where does one make this change ? |
@dlefcoe |
@DonJayamanne VS Codde 1.74 and the latest Jupyter, PyLance and Python extension works ! |
this appears to work on windows 10, but not windows 11 (same updates done). |
The issue disappeared for me after the latest pylance or jupyter update on Win11, it works fine now |
Yes, it does:
|
Repro steps:
df.ag
Result:
Without
python.pylanceLspNotebooksEnabled
:The root cause of this problem is the Jupyter extension is no longer creating the pylance server so we have no current way to query pylance for its list of completions to eliminate duplicates.
/cc @debonte
The text was updated successfully, but these errors were encountered: