-
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
Opening Interactive window results in duplicates in the symbols list (suggestions, autocomplete, ...) #10846
Comments
Thanks for filing this issue,
|
Thanks, I can replicate this at my end as well.
|
@amunger Think this is your area due to IW. But if this is a general language server issue go ahead and move to me. |
I no longer have this issue after one of the latest vs code updates. Thanks. |
I still seem to have such an issue in notebooks, see microsoft/pylance-release#3017 (comment) |
Seeing this issue again exactly as described in #10846 (comment), running VS Code
EDIT: According to #11938 (comment) this is probably fixed in the pre-release version of the Jupyter extension. Switching to that one indeed fixes it for me. |
Applies To
What happened?
I start VS code with some python project open, things work fine. I open Interactive window and this also works but all symbols in the project (accesible via eg. autocomplete, "go to symbol", document outline etc) are added again so now their appear twice in all these lists and autocomplete. Also Document outline starts showing extra branch for "jupyter" and "python" (with the same contents). It's a bit annoying. Also persists after closing the Interactive window.
VS Code Version
Version: 1.69.1 (user setup) Commit: b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a Date: 2022-07-12T08:21:24.514Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Windows_NT x64 10.0.22000
Jupyter Extension Version
v2022.6.1201981810
Jupyter logs
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?
Local
The text was updated successfully, but these errors were encountered: