-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Upgrade to latest jupyter lsp and skip intellisense when inside a cell #17734
Upgrade to latest jupyter lsp and skip intellisense when inside a cell #17734
Conversation
@paulacamargo25 did you have any feedback? Thanks. |
Jupyter side of this has been submitted. When the next jupyter insiders goes out, we'll have dupe intellisense in notebooks until this PR goes through. |
No, looks good to me, i'm just checking why some test are failing |
Updating to latest main bits. Looked like there were errors in some Terminal tests (which shouldn't have been impacted by the changes in this pr) |
@paulacamargo25 the tests that are failing are also failing in other PRs. See this one here: Can we submit this change over the failures? |
Yes, im gonna merge the pr, thanks @rchiodo |
microsoft/vscode-python#17734) * Upgrade to latest jupyter lsp and skip intellisense when inside a cell * Update package-lock.json
As a counter part to this PR: microsoft/vscode-jupyter#7924 this PR removes notebook intellisense from the python extension.