Skip to content
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

Disable autocomplete for python sessions #3032

Merged
merged 2 commits into from
Oct 27, 2022

Conversation

niloc132
Copy link
Member

Fixes #3024

Copy link
Member

@mofojed mofojed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The oddities you were observing is because the request ID wasn't being set, so then in IdeSession it couldn't map them back to the original pending autocomplete request.

…eGrpcImpl.java

Co-authored-by: Mike Bender <mikebender@deephaven.io>
@niloc132 niloc132 requested a review from mofojed October 27, 2022 18:55
@niloc132 niloc132 marked this pull request as ready for review October 27, 2022 18:56
@niloc132 niloc132 merged commit ea2ba7b into deephaven:main Oct 27, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Oct 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable python autocomplete
2 participants