-
Notifications
You must be signed in to change notification settings - Fork 299
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
Duplicate and incorrect completion suggestions #13596
Comments
Thanks for the issue. My initial guess is the extra data is coming from the kernel itself. Yes, that's the case as it only repros if the kernel is active. The jupyter extension is actually providing this extra completion data. It's supposed to deduplicate the pylance completions. |
This should now be fixed in the latest version of Jupyter exetnsion. |
@DonJayamanne - which version should contain the fix? I still see the issue. |
Type: Bug
Open a new file
spam.ipynb
and typefrom math import sin
.The completion
sinh
is offered twice.Also the completion
shinyapp
is offered which doesn't make sense at this point.See screenshot:
Extension version: 2023.5.40
VS Code version: Code 1.78.2 (Universal) (b3e4e68a0bc097f0ae7907b217c1119af9e03435, 2023-05-10T14:44:45.204Z)
OS version: Darwin arm64 22.5.0
Modes:
Sandboxed: Yes
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: